Australian Provider Directory Implementation Guide (PD 2)

This page is part of the Australian Provider Directory IG (v2.0.1: PD 2 on FHIR R4) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: CodeSystem-smd-interfaces

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 "smd-interfaces"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h2>Service Interfaces</h2>\n			<p>Enumeration of well known service interfaces that can be used for specifying a connection type for secure messaging.</p>\n		</div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org.au/fhir/CodeSystem/smd-interfaces"];
  fhir:CodeSystem.version [ fhir:value "2.0.1"];
  fhir:CodeSystem.name [ fhir:value "Australian Secure Message Service Interfaces"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-05-14"^^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 "Service interface types"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://hl7.org.au.fhir/ValueSet/valueset-au-serviceinterface";
     fhir:link <http://hl7.org.au.fhir/ValueSet/valueset-au-serviceinterface>
  ];
  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.electronichealth.net.au/smd/intf/SealedImmediateMessageDelivery/TLS/2010" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sealed Immediate Message Delivery" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Service interface for secure message delivery (immediate mode)" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/smd/intf/SealedMessageDelivery/TLS/2010" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sealed Message Delivery" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Service interface for secure message delivery (deferred mode)" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/smd/intf/SealedMessageRetrieval/TLS/2010" ];
     fhir:CodeSystem.concept.display [ fhir:value "Sealed Message Retrieval" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Service interface for secure message delivery (retrieval in deferred mode)" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/smd/intf/TransportResponseDelivery/TLS/2010" ];
     fhir:CodeSystem.concept.display [ fhir:value "Transport Response Delivery" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Service interface for secure message delivery (deliver acknowledgement)" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "http://ns.electronichealth.net.au/smd/intf/TransportResponseRetrieval/TLS/2010" ];
     fhir:CodeSystem.concept.display [ fhir:value "Transport Response Retrieval" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Service interface for secure message delivery (retreive acknowledgement)" ]
  ].

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

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