FHIR IG analytics| Package | hl7.fhir.us.mcc.r4b |
| Resource Type | Observation |
| Id | Observation-bunMCC.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "bunMCC" Version "4" Updated "2022-05-18 23:37:12+0000"
Information Source: #qAUGMmCEAqCZRmKl!
Profile: Multiple Chronic Condition Care Plan Laboratory Result Observation
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: BUN SerPl-mCnc (LOINC#3094-0)
subject: Patient/cc-pat-pnoelle: Amy Shaw " NOELLE"
effective: 2022-05-05
value: 24 mg/dL
| - | Low | High | Type |
| * | 5 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | 20 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | Treatment Range (Observation Reference Range Meaning Codes#treatment) |
{
"resourceType": "Observation",
"id": "bunMCC",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "BUN Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a BUN example for the *US Core Observation Lab Profile*."
}
],
"versionId": "4",
"lastUpdated": "2022-05-18T23:37:12.617+00:00",
"source": "#qAUGMmCEAqCZRmKl",
"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": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "3094-0",
"display": "BUN SerPl-mCnc"
}
],
"text": "BUN SerPl-mCnc"
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Amy Shaw"
},
"effectiveDateTime": "2022-05-05",
"valueQuantity": {
"value": 24,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org"
},
"referenceRange": [
{
"low": {
"value": 5,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"high": {
"value": 20,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "treatment",
"display": "Treatment Range"
}
],
"text": "Treatment Range"
}
}
]
}