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 "ASN1attribute"]; 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>ANS1ToHL7 codes defined for non-measurement attributes</h2><div><p>ValueSet for the ANS1ToHL7 codes that are not derived from enumeration measurements.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\"ASN1ToHL7.html\"><code>http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7</code></a> where source = attribute</li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/phd/ValueSet/ASN1attribute"]; fhir:ValueSet.version [ fhir:value "0.3.0"]; fhir:ValueSet.name [ fhir:value "ASN1attribute"]; fhir:ValueSet.title [ fhir:value "ANS1ToHL7 codes defined for non-measurement attributes"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2018-09-17T00:00:00+10: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 ANS1ToHL7 codes that are not derived from enumeration measurements."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "source" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "attribute" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.