This page is part of the Loinc/IVD Mapping FHIR IG (v0.1.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) v3.5.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
This is a pre-release version (Draft for Comment) of Loinc/IVD Mapping (LIVD) R1 (STU). There is no current official version.
For a full list of available versions, see the Directory of published versions
.
{
"resourceType" : "CodeSystem",
"id" : "conceptmap-livd-desc-prop",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>ConceptMapLIVDDescriptionProperty</h2><div><p>Defines the properties that are further described to aid in the selection of a LOINC code</p>
</div><p>This code system http://hl7.org/fhir/uv/livd/CodeSystem/conceptmap-livd-desc-prop defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">specimen<a name="conceptmap-livd-desc-prop-specimen"> </a></td><td>Specimen Description</td><td/></tr><tr><td style="white-space:nowrap">result<a name="conceptmap-livd-desc-prop-result"> </a></td><td>Result Description</td><td/></tr></table></div>"
},
"url" : "http://hl7.org/fhir/uv/livd/CodeSystem/conceptmap-livd-desc-prop",
"version" : "0.1.0",
"name" : "ConceptMapLIVDDescriptionProperty",
"status" : "draft",
"experimental" : false,
"date" : "2018-08-21T16:11:18+10:00",
"contact" : [
{
"telecom" : [
{
"system" : "url"
},
{
"system" : "email"
}
]
}
],
"description" : "Defines the properties that are further described to aid in the selection of a LOINC code",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/uv/livd/ValueSet/conceptmap-livd-desc-prop",
"content" : "complete",
"concept" : [
{
"code" : "specimen",
"display" : "Specimen Description"
},
{
"code" : "result",
"display" : "Result Description"
}
]
}