Austrian Patient Summary (R4)
0.2.0 - STU1
Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "AtApsExampleObservation01",
"meta" : {
"profile" : [
🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation AtApsExampleObservation01</b></p><a name=\"AtApsExampleObservation01\"> </a><a name=\"hcAtApsExampleObservation01\"> </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=\"StructureDefinition-at-aps-observation.html\">AT APS Observation</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hämoglobin</span></p><p><b>subject</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>effective</b>: 2024-10-10 09:30:00+0100</p><p><b>performer</b>: <a href=\"Organization-AtApsExampleOrganization01.html\">Amadeus Spital</a></p><p><b>value</b>: 13.6 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>12 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></td><td>17.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "718-7",
"display" : "Hemoglobin"
}
],
"text" : "Hämoglobin"
},
"subject" : {
"reference" : "Patient/HL7ATCorePatientExample01",
"display" : "Max Mustermann"
},
"effectiveDateTime" : "2024-10-10T09:30:00+01:00",
"performer" : [
{
🔗 "reference" : "Organization/AtApsExampleOrganization01",
"display" : "Amadeus Spital"
}
],
"valueQuantity" : {
"value" : 13.6,
"unit" : "g/dL",
"system" : "http://unitsofmeasure.org",
"code" : "g/dL"
},
"referenceRange" : [
{
"low" : {
"value" : 12,
"unit" : "g/dL",
"system" : "http://unitsofmeasure.org",
"code" : "g/dL"
},
"high" : {
"value" : 17.5,
"unit" : "g/dL",
"system" : "http://unitsofmeasure.org",
"code" : "g/dL"
}
}
]
}