resultObservation-example

{
"resourceType": "Observation",
"id": "resultObservation-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/ResultObservation"
]
},
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "4548-4",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood"
}
],
"text": "HbA1c"
},
"subject": {
"reference": "Patient/patientIdentification-example"
},
"effectiveDateTime": "2024-02-01T08:30:00Z",
{
"display": "Amsterdam Medical Lab"
}
],
"value": 7.2,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
{
"low": {
"value": 4,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 5.6,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}
<Observation xmlns="http://hl7.org/fhir">
<id value="resultObservation-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/ResultObservation" />
</meta>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
<display value="Laboratory" />
</coding>
</category>
<system value="http://loinc.org" />
<code value="4548-4" />
<display value="Hemoglobin A1c/Hemoglobin.total in Blood" />
</coding>
<text value="HbA1c" />
</code>
<reference value="Patient/patientIdentification-example" />
</subject>
<effectiveDateTime value="2024-02-01T08:30:00Z" />
<display value="Amsterdam Medical Lab" />
</performer>
<value value="7.2" />
<unit value="%" />
<system value="http://unitsofmeasure.org" />
<code value="%" />
</valueQuantity>
<system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" />
<code value="H" />
<display value="High" />
</coding>
</interpretation>
<low>
<value value="4.0" />
<unit value="%" />
<system value="http://unitsofmeasure.org" />
<code value="%" />
</low>
<value value="5.6" />
<unit value="%" />
<system value="http://unitsofmeasure.org" />
<code value="%" />
</high>
</referenceRange>
</Observation>
Observation
Observation.id[0]resultObservation-example
Observation.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/ResultObservation
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]laboratory
Observation.category[0].coding[0].display[0]Laboratory
Observation.code[0].coding[0].system[0]http://loinc.org
Observation.code[0].coding[0].code[0]4548-4
Observation.code[0].coding[0].display[0]Hemoglobin A1c/Hemoglobin.total in Blood
Observation.code[0].text[0]HbA1c
Observation.subject[0].reference[0]Patient/patientIdentification-example
Observation.effective[0]2024-02-01T08:30:00Z
Observation.performer[0].display[0]Amsterdam Medical Lab
Observation.value[0].value[0]7.2
Observation.value[0].unit[0]%
Observation.value[0].system[0]http://unitsofmeasure.org
Observation.value[0].code[0]%
Observation.interpretation[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
Observation.interpretation[0].coding[0].code[0]H
Observation.interpretation[0].coding[0].display[0]High
Observation.referenceRange[0].low[0].value[0]4.0
Observation.referenceRange[0].low[0].unit[0]%
Observation.referenceRange[0].low[0].system[0]http://unitsofmeasure.org
Observation.referenceRange[0].low[0].code[0]%
Observation.referenceRange[0].high[0].value[0]5.6
Observation.referenceRange[0].high[0].unit[0]%
Observation.referenceRange[0].high[0].system[0]http://unitsofmeasure.org
Observation.referenceRange[0].high[0].code[0]%