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 "CodeableConcept11073MDC"]; 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>CodeableConcept 11073 Attributes</h2><div><p>ValueSet for the ISO/IEEE 11073-10101 Nomenclatures Describing 11073-20601 attributes whose values are codes and thus represented as Codeable Concepts.</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>68193</td><td>Supplemental types</td><td/></tr><tr><td>68220</td><td>Time synchronization method</td><td/></tr><tr><td>532353</td><td>Continua certified PHD interfaces</td><td/></tr><tr><td>532355</td><td>Continua certified Health and Fitness interfaces</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/phd/ValueSet/CodeableConcept11073MDC"]; fhir:ValueSet.version [ fhir:value "0.3.0"]; fhir:ValueSet.name [ fhir:value "CodeableConcept11073MDC"]; fhir:ValueSet.title [ fhir:value "CodeableConcept 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 codes and thus represented as Codeable Concepts."]; 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 "68193" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Supplemental types" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "68220" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Time synchronization method" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "532353" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Continua certified PHD interfaces" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "532355" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Continua certified Health and Fitness interfaces" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.