MyHealth@Eu Electronic Prescription and Dispense
0.1.0 - draft
150
MyHealth@Eu Electronic Prescription and Dispense - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "100A-multiitem-prescription-with-orchestration",
"type" : "collection",
"entry" : [
{
"fullUrl" : "https://example.com/RequestGroup/100B-RequestOrchestration",
"resource" : {
"resourceType" : "RequestGroup",
"id" : "100B-RequestOrchestration",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RequestGroup_100B-RequestOrchestration\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RequestGroup 100B-RequestOrchestration</b></p><a name=\"100B-RequestOrchestration\"> </a><a name=\"hc100B-RequestOrchestration\"> </a><p><b>groupIdentifier</b>: 100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine Male, DoB: 1950-09-15 ( 12345)</a></p></div>"
},
"groupIdentifier" : {
"value" : "100"
},
"status" : "active",
"intent" : "order",
"subject" : {
🔗 "reference" : "Patient/patient1"
}
}
},
{
"fullUrl" : "https://example.com/PractitionerRole/doctor1",
"resource" : {
"resourceType" : "PractitionerRole",
"id" : "doctor1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_doctor1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole doctor1</b></p><a name=\"doctor1\"> </a><a name=\"hcdoctor1\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-practitioner1.html\">Dr Meryl Ärztin</a></p><p><b>organization</b>: <a href=\"Organization-organization1.html\">Dr Ärztin Private Practice</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309295000}\">Clinical oncologist</span></p></div>"
},
"practitioner" : {
🔗 "reference" : "Practitioner/practitioner1",
"display" : "Dr Meryl Ärztin"
},
"organization" : {
🔗 "reference" : "Organization/organization1",
"display" : "Dr Ärztin Private Practice"
},
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309295000",
"display" : "Clinical oncologist"
}
]
}
]
}
},
{
"fullUrl" : "https://example.com/Patient/patient1",
"resource" : {
"resourceType" : "Patient",
"id" : "patient1",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient1</b></p><a name=\"patient1\"> </a><a name=\"hcpatient1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-patient-eu-core.html\">Patient (EU core)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Thomas Engine Male, DoB: 1950-09-15 ( 12345)</p><hr/></div>"
},
"identifier" : [
{
"value" : "12345"
}
],
"name" : [
{
"family" : "Engine",
"given" : [
"Thomas"
]
}
],
"gender" : "male",
"birthDate" : "1950-09-15"
}
}
]
}