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: ValueSet-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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "endpoint-payload-type"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2017-02-21T10:54:35.273+11:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Australian Endpoint Payload Types</h2><div><p>Enumeration of well known endpoint payload types</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-endpoint-payload-type.html\"><code>http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type</code></a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org.au/fhir/pd/ValueSet/endpoint-payload-type"];
  fhir:ValueSet.version [ fhir:value "2.0.1"];
  fhir:ValueSet.name [ fhir:value "AustralianEndpointPayloadTypes"];
  fhir:ValueSet.title [ fhir:value "Australian Endpoint Payload Types"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-08-15T21:28:22+10:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "Health Level Seven Australia"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "hl7.org.au" ]
  ];
  fhir:ValueSet.description [ fhir:value "Enumeration of well known endpoint payload types"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type" ]     ]
  ].

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

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