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" : "Observation",
"id" : "example-observation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation</b></p><a name=\"example-observation\"> </a><a name=\"hcexample-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 4548-4}\">Hämoglobin A1c/Hämoglobin.gesamt in Blut</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-01-15</p><p><b>performer</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>value</b>: 7.2 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "4548-4",
"display" : "Hämoglobin A1c/Hämoglobin.gesamt in Blut"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"effectiveDateTime" : "2026-01-15",
"performer" : [
{
🔗 "reference" : "Practitioner/example-practitioner"
}
],
"valueQuantity" : {
"value" : 7.2,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}