FHIR IG analytics| Package | hl7.fhir.uv.ipa.r4b |
| Resource Type | Observation |
| Id | Observation-LabExample1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation LabExample1
Profile: IPA-Observation
status: Amended
category: Laboratory
code: Cholesterol
subject: Fhir D Cds Jr., DDS
effective: 2019-09-23 13:50:39+0000
issued: 2019-09-23 14:50:39+0000
performer: Marty Seeger, MD
value: 105 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
interpretation: Abnormal
note: From the Results Generator
| Low | High | Text |
| 128 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | 250 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | 128 - 250 mg/dL |
{
"resourceType": "Observation",
"id": "LabExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "amended",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2093-3",
"display": "Cholesterol [Mass/volume] in Serum or Plasma"
}
],
"text": "Cholesterol"
},
"subject": {
"reference": "Patient/PatientExample1",
"display": "Fhir D Cds Jr., DDS"
},
"effectiveDateTime": "2019-09-23T13:50:39Z",
"issued": "2019-09-23T14:50:39Z",
"performer": [
{
"reference": "Practitioner/PractitionerExample1",
"display": "Marty Seeger, MD"
}
],
"valueQuantity": {
"value": 105,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "A",
"display": "Abnormal"
}
],
"text": "Abnormal"
}
],
"note": [
{
"text": "From the Results Generator"
}
],
"referenceRange": [
{
"low": {
"value": 128,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"high": {
"value": 250,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"text": "128 - 250 mg/dL"
}
]
}