This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
Turtle Format: ValueSet-heightLengthMeasDeviceVS
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "heightLengthMeasDeviceVS"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=102304005\">102304005</a></td><td>Measuring ruler, device (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=51791000\">51791000</a></td><td>Measuring tape, device (physical object)</td><td/></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-SolorTemporaryCodeSystem.html\"><code>http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-SolorTemporaryCodeSystem.html#SolorTemporaryCodeSystem-24311000205101\">24311000205101</a></td><td>Stadiometer (physical object)</td><td>A device used to measure a subject's height.</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/vitals/ValueSet/heightLengthMeasDeviceVS"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "HeightLengthMeasurementDevicevalueset"]; fhir:ValueSet.title [ fhir:value "Height Length Measurement Device value set"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2019-05-29"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HSPC"]; fhir:ValueSet.description [ fhir:value "SELECT SNOMED CT code system values."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.copyright [ fhir:value "TBD"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "102304005" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Measuring ruler, device (physical object)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "51791000" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Measuring tape, device (physical object)" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "24311000205101" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Stadiometer (physical object)" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.