Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Page standards status: Normative | Maturity Level: 5 |
{
"resourceType" : "CodeSystem",
"id" : "observation-referencerange-normalvalue",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/observation-referencerange-normalvalue</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">negative\n <a name=\"observation-referencerange-normalvalue-negative\"> </a>\n </td>\n <td>Negative</td>\n <td>The expected normal value for the observation is negative.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">absent\n <a name=\"observation-referencerange-normalvalue-absent\"> </a>\n </td>\n <td>Absent</td>\n <td>The expected normal value for the observation is absent.</td>\n </tr>\n </table>\n </div>"
},
"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.r4"
},
{
"url" : "version",
"valueString" : "0.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
}
],
"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-04T18:01:24-05: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."
}
]
}