FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-serum-creatinine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation serum-creatinine
Last updated: 2005-07-05 15:29:58+0000
Profile: US Core Laboratory Result Observation Profileversion: null8.0.0)
status: Final
category: Laboratory
code: Creatinine, Blood
subject: Amy Shaw
effective: 2005-07-05
performer: Dr Ronald Bone
value: 1 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
interpretation: High
specimen: Serum specimen
| Low | High | Type |
| 0.2 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | 0.6 mg/dL (Details: UCUM codemg/dL = 'mg/dL') | Normal Range |
{
"resourceType": "Observation",
"id": "serum-creatinine",
"meta": {
"lastUpdated": "2005-07-05T15:29:58.597000+00:00",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|8.0.0"
]
},
"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": "2160-0",
"display": "Creat SerPl-mCnc"
}
],
"text": "Creatinine, Blood"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2005-07-05",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 1,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
],
"text": "High"
}
],
"specimen": {
"reference": "Specimen/specimen-example-serum",
"display": "Serum specimen"
},
"referenceRange": [
{
"low": {
"value": 0.2,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"high": {
"value": 0.6,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
}
]
}