FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | ObservationDefinition |
| Id | ObservationDefinition-example-observation-creatinine-renal-clearance.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ObservationDefinition example-observation-creatinine-renal-clearance
Language: en-US
Profile: Laboratory Observation Definition
status: Active
category: Laboratory
code: Creatinine renal clearance in 24 hour Urine and Serum or Plasma
permittedDataType: Quantity
multipleResultsAllowed: false
preferredReportName: Creatinine renal clearance (volume/time)
permittedUnit: UCUM: mL/min (ml/min)
{
"resourceType": "ObservationDefinition",
"id": "example-observation-creatinine-renal-clearance",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/LabObservationDefinition"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2164-2",
"display": "Creatinine renal clearance in 24 hour Urine and Serum or Plasma"
}
]
},
"permittedDataType": [
"Quantity"
],
"multipleResultsAllowed": false,
"preferredReportName": "Creatinine renal clearance (volume/time)",
"permittedUnit": [
{
"system": "http://unitsofmeasure.org",
"code": "mL/min",
"display": "ml/min"
}
]
}