Operation | create |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Bundle |
Resource | Bundle | | | | |
{
"resourceType" : "Bundle",
"meta" : {
"security" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
} ]
},
"identifier" : {
"system" : "http://happyvalley.com/allergyintolerance-collection",
"value" : "2904979-65692"
},
"type" : "collection",
"entry" : [ {
"fullUrl" : "urn:uuid:9ae4b2bd-5d66-45ed-9f29-949a2456c02f",
"resource" : {
"resourceType" : "Patient",
"meta" : {
"security" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
} ]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - Patient: Josh Collected</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/patient",
"value" : "2904979-65692-131188874"
} ],
"active" : true,
"name" : [ {
"use" : "official",
"family" : "Collectedk5IT2FU",
"given" : [ "Joshk5IT2FU" ]
} ],
"gender" : "male",
"birthDate" : "1978-03-07"
}
}, {
"fullUrl" : "urn:uuid:cd33c095-0c5a-4d06-8233-e406da2c250a",
"resource" : {
"resourceType" : "AllergyIntolerance",
"meta" : {
"security" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
} ]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - ALLERGENIC EXTRACT, PENICILLIN; Hives</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/allergyintolerance",
"value" : "2904979-65692-02118670"
} ],
"clinicalStatus" : {
"coding" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
} ]
},
"verificationStatus" : {
"coding" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
} ]
},
"category" : [ "medication" ],
"criticality" : "unable-to-assess",
"patient" : {
"reference" : "urn:uuid:9ae4b2bd-5d66-45ed-9f29-949a2456c02f"
},
"recordedDate" : "2021-02-25",
"recorder" : {
"reference" : "urn:uuid:9ae4b2bd-5d66-45ed-9f29-949a2456c02f"
},
"reaction" : [ {
"substance" : {
"coding" : [ {
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "314422",
"display" : "ALLERGENIC EXTRACT, PENICILLIN"
} ]
},
"manifestation" : [ {
"coding" : [ {
"system" : "http://snomed.info/sct",
"code" : "247472004",
"display" : "Hives"
} ]
} ]
} ]
}
} ]
}