FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-chloride-serum-observation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation chloride-serum-observation
status: Final
category: Lab, Chemistry
code: Chloride [Moles/volume] in Serum or Plasma
subject: Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number: 103270456 (use: usual, ))
effective: 2022-05-01
performer: Performer Reference
value: 110 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
specimen: Specimen Reference
| Text |
| A real test should include a reference range |
{
"resourceType": "Observation",
"id": "chloride-serum-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": "275711006",
"display": "Serum chemistry test (procedure)"
}
],
"text": "Chemistry"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2075-0",
"display": "Chloride [Moles/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle"
},
"effectiveDateTime": "2022-05-01",
"performer": [
{
"display": "Performer Reference"
}
],
"valueQuantity": {
"value": 110,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"specimen": {
"display": "Specimen Reference"
},
"referenceRange": [
{
"text": "A real test should include a reference range"
}
]
}