German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "example-servicerequest-upper-arm-injection",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-servicerequest-upper-arm-injection</b></p><a name=\"example-servicerequest-upper-arm-injection\"> </a><a name=\"hcexample-servicerequest-upper-arm-injection\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 59108006}\">Injection</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller Female, DoB: 1978-06-12</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-upper-arm.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></p><p><b>authoredOn</b>: 2026-07-20 09:00:00+0200</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner-upper-arm.html\">Practitioner Lea Schneider </a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}, {http://snomed.info/sct 24028007}\">Right upper arm structure</span></p></div>"
},
"status" : "active",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "59108006",
"display" : "Injection"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient-upper-arm"
},
"encounter" : {
🔗 "reference" : "Encounter/example-encounter-upper-arm"
},
"authoredOn" : "2026-07-20T09:00:00+02:00",
"requester" : {
🔗 "reference" : "Practitioner/example-practitioner-upper-arm"
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "368209003",
"display" : "Right upper arm structure"
},
{
"system" : "http://snomed.info/sct",
"code" : "24028007",
"display" : "Right"
}
]
}
]
}