German Practice Management FHIR Profiles (R4)
0.49.0 - STU1
German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "ldt-servicerequest-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ldt-servicerequest-example</b></p><a name=\"ldt-servicerequest-example\"> </a><a name=\"hcldt-servicerequest-example\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-ldt-auftragsnummer.html\" title=\"Laborauftragsnummer gemaess LDT-Standard fuer ServiceRequest.identifier\">LdtAuftragsnummer</a>/LAB-2025-00123</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2160-0}\">Creatinin [Masse/Volumen] in Serum oder Plasma</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p></div>"
},
"identifier" : [
{
"system" : "https://fhir.cognovis.de/praxis/NamingSystem/ldt-auftragsnummer",
"value" : "LAB-2025-00123"
}
],
"status" : "completed",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2160-0",
"display" : "Creatinin [Masse/Volumen] in Serum oder Plasma"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
}
}