Australian Profile for Provider Directory Services

This page is part of the Australian Provider Directory IG (v0.2.0: PD 1 on FHIR STU3 Draft) based on FHIR R3. The current version which supercedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions

Example: CodeSystem-codesystem-au-endpoint-payload-type

Formats: XML, JSON, Turtle

Raw ttl

@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "codesystem-au-endpoint-payload-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h2>Endpoint Payload Types</h2>\n			<p>Enumeration of well known endpoint payload types.</p>\n		</div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org.au/fhir/CodeSystem/codesystem-au-endpoint-payload-type"];
  fhir:CodeSystem.version [ fhir:value "1"];
  fhir:CodeSystem.name [ fhir:value "Australian Enpoint Payload Types."];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2017-06-23"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Australia"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "hl7.org.au" ]
  ];
  fhir:CodeSystem.description [ fhir:value "Endpoint payload types"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org.au.fhir/ValueSet/valueset-au-endpoint-payload-type"];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706" ];
     fhir:CodeSystem.concept.display [ fhir:value "Simplified Profile for HL7 V2.4 REF message" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706/RRI" ];
     fhir:CodeSystem.concept.display [ fhir:value "Simplified Profile for HL7 V2.4 REF referral response message" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/ack/sc/deliver/hl7Ack/2012" ];
     fhir:CodeSystem.concept.display [ fhir:value "HL7 V2 Acknowledgment" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012" ];
     fhir:CodeSystem.concept.display [ fhir:value "HL7 V2 MDM Discharge Summary" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/er/sc/deliver/hl7Mdm/2012" ];
     fhir:CodeSystem.concept.display [ fhir:value "HL7 V2 MDM eReferral" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/es/sc/deliver/hl7Mdm/2012" ];
     fhir:CodeSystem.concept.display [ fhir:value "HL7 V2 MDM Event Summary" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/shs/sc/deliver/hl7Mdm/2012" ];
     fhir:CodeSystem.concept.display [ fhir:value "HL7 V2 MDM Shared Health Summary" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/sl/sc/deliver/hl7Mdm/2012" ];
     fhir:CodeSystem.concept.display [ fhir:value "HL7 V2 MDM Specialist Letter" ];
     fhir:CodeSystem.concept.definition [ fhir:value "" ]
  ].

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

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