FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-pO2-arterial-observation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pO2-arterial-observation
status: Final
category: Lab, Hematology
code: Oxygen [Partial pressure] in Arterial blood
subject: Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))
effective: 2022-05-01
performer: Performer Reference
value: 89 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
specimen: Specimen Reference
| Text |
| A real test should include a reference range |
{
"resourceType": "Observation",
"id": "pO2-arterial-observation",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCLaboratoryResultObservation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Lab"
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "252275004",
"display": "Hematology test (procedure)"
}
],
"text": "Hematology"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2703-7",
"display": "Oxygen [Partial pressure] in Arterial blood"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle"
},
"effectiveDateTime": "2022-05-01",
"performer": [
{
"display": "Performer Reference"
}
],
"valueQuantity": {
"value": 89,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"specimen": {
"display": "Specimen Reference"
},
"referenceRange": [
{
"text": "A real test should include a reference range"
}
]
}