FHIR IG analytics
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/observation-referencerange-normalvalue defines the following codes:
|
Code
|
Display
|
Definition
|
| negative
|
Negative |
The expected normal value for the observation is negative. |
| absent
|
Absent |
The expected normal value for the observation is absent. |
Source1
{
"resourceType": "CodeSystem",
"id": "observation-referencerange-normalvalue",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "normative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode": "4.0.0"
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "oo"
}
],
"url": "http://hl7.org/fhir/observation-referencerange-normalvalue",
"version": "5.0.0",
"name": "ObservationReferenceRangeNormalValue",
"title": "ObservationreferenceRangeNormalValue",
"status": "active",
"experimental": false,
"date": "2022-04-05T09:01:24+10:00",
"publisher": "Orders and Observations",
"contact": [
{
"name": "Orders and Observations",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description": "Codes that describe the normal value in the reference range.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/observation-referencerange-normalvalue",
"hierarchyMeaning": "is-a",
"content": "complete",
"concept": [
{
"code": "negative",
"display": "Negative",
"definition": "The expected normal value for the observation is negative."
},
{
"code": "absent",
"display": "Absent",
"definition": "The expected normal value for the observation is absent."
}
]
}