FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-bunMCC.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation bunMCC
version: 4; Last updated: 2022-05-18 23:37:12+0000;
Information Source: #qAUGMmCEAqCZRmKl
Profile: Multiple Chronic Condition Care Plan Laboratory Result Observation
status: Final
category: Laboratory
code: BUN SerPl-mCnc
subject: Amy Shaw
effective: 2022-05-05
performer: Practitioner Henry Levin
value: 24 mg/dL
| Low | High | Type |
| 5 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | 20 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | Treatment Range |
{
"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",
"performer": [
{
"reference": "Practitioner/practitionerMCC-1"
}
],
"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"
}
}
]
}