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: Endpoint-example1

Formats: Narrative,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:Endpoint;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <b>Medical Objects Test Secure Messaging Endpoint</b>\n      <hr/>\n      <span style=\"color: gray;\">Work - Email:</span> jared@example.org\n</div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility" ];
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "namespace-id" ];
       fhir:Extension.valueString [ fhir:value "Buderim Medical Center" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "universal-id" ];
       fhir:Extension.valueString [ fhir:value "877F9695-1298-4E6A-B432-0FDD46AD80B8" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "universal-id-type" ];
       fhir:Extension.valueString [ fhir:value "GUID" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication" ];
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "namespace-id" ];
       fhir:Extension.valueString [ fhir:value "Equator" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "universal-id" ];
       fhir:Extension.valueString [ fhir:value "Equator:3.1.4" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "universal-id-type" ];
       fhir:Extension.valueString [ fhir:value "L" ]     ]
  ];
  fhir:Endpoint.status [ fhir:value "active"];
  fhir:Endpoint.connectionType [
     fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/smd-interfaces" ];
     fhir:Coding.code [ fhir:value "http://ns.electronichealth.net.au/smd/intf/SealedMessageDelivery/TLS/2010" ]
  ];
  fhir:Endpoint.name [ fhir:value "Medical Objects Test Secure Messaging Endpoint"];
  fhir:Endpoint.managingOrganization [
     fhir:Reference.display [ fhir:value "Medical Objects" ]
  ];
  fhir:Endpoint.contact [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "jared@example.org" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Endpoint.period [
     fhir:Period.start [ fhir:value "2017-08-18"^^xsd:date ]
  ];
  fhir:Endpoint.payloadType [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type" ];
       fhir:Coding.code [ fhir:value "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706" ]     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type" ];
       fhir:Coding.code [ fhir:value "http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012" ]     ]
  ];
  fhir:Endpoint.payloadMimeType [
     fhir:value "application/hl7-v2";
     fhir:index 0
  ];
  fhir:Endpoint.address [ fhir:value "https://smd-ep.test.medical-objects.com.au/smd/2010"].

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

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