PhdImplementationGuide 0.3.0 - STU 1 (2nd ballot)

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

MDCnotObject - ttl

Raw ttl

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 "MDCnotObject"];
  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>11073 MDC Non-Object codes</h2><div><p>ValueSet for the ISO/IEEE 11073-10101 Nomenclature excluding Object partition.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <code>urn:iso:std:iso:11073:10101</code> where partition  not in  1</li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/phd/ValueSet/MDCnotObject"];
  fhir:ValueSet.version [ fhir:value "0.3.0"];
  fhir:ValueSet.name [ fhir:value "MDCnotObject"];
  fhir:ValueSet.title [ fhir:value "11073 MDC Non-Object codes"];
  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 ISO/IEEE 11073-10101 Nomenclature excluding Object partition."];
  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.filter [
         fhir:index 0;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "partition" ];
         fhir:ValueSet.compose.include.filter.op [ fhir:value "not-in" ];
         fhir:ValueSet.compose.include.filter.value [ fhir:value "1" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.