This page is part of the Personal Health Device FHIR IG (v0.3.0: STU 1 Ballot 3) 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
Narrative view of the Value Set
@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 "Range11073MDC"]; 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\"><h2>Range 11073 Attributes</h2><div><p>ValueSet for the ISO/IEEE 11073-10101 Nomenclatures Describing 11073-20601 attributes whose values are Ranges.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>urn:iso:std:iso:11073:10101</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>67892</td><td>Current limits</td><td/></tr><tr><td>68236</td><td>Measurement confidence 95% range</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/phd/ValueSet/Range11073MDC"]; fhir:ValueSet.version [ fhir:value "0.3.0"]; fhir:ValueSet.name [ fhir:value "Range11073MDC"]; fhir:ValueSet.title [ fhir:value "Range 11073 Attributes"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2018-11-23T00:00:00+11:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Health Level Seven International (Health Care Devices Work Group)"]; fhir:ValueSet.description [ fhir:value "ValueSet for the ISO/IEEE 11073-10101 Nomenclatures Describing 11073-20601 attributes whose values are Ranges."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "67892" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Current limits" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "68236" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Measurement confidence 95% range" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.