HL7 Australia Implementation Guide:

This page is part of the RCPA Cancer Protocols IG (v0.1.0: Release 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions

PerforationType

@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 -------------------------------------------------------------------

<ValueSet/perforation-type> a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "perforation-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2015-06-11T16:01:03.224+10:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PerforationType</h2><div><p>Indicates the options for indicating the type(s) of perforation.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-perforation-type.html\">http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/perforation-type</a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/perforation-type"];
  fhir:ValueSet.version [ fhir:value "20150619"];
  fhir:ValueSet.name [ fhir:value "PerforationType"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]     ]
  ];
  fhir:ValueSet.date [ fhir:value "2015-06-11T16:01:03+10:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "Indicates the options for indicating the type(s) of perforation."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/perforation-type" ]     ]
  ].