FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Endpoint/example-au-hl7v2 (Turtle)

Responsible Owner: Patient Administration Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example of an AU HL7v2 Referral Exchange endpoint

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Endpoint/example-au-hl7v2> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-au-hl7v2"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			Example of an AU HL7v2 Referral Exchange endpoint\n		</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-connection-type>
       ] ;
       fhir:code [ fhir:v "hl7v2-mllp" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "AU HL7v2 Referral Exchange endpoint"] ; # 
  fhir:payload ( [
     fhir:type ( [
       fhir:text [ fhir:v "referral-request" ]
     ] ) ;
     fhir:mimeType ( [ fhir:v "application/hl7-v2" ] ) ;
     fhir:profileUri ( [
       fhir:v "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706"^^xsd:anyURI ;
       fhir:l <http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706>
     ] [
       fhir:v "http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012"^^xsd:anyURI ;
       fhir:l <http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012>
     ] [
       fhir:v "http://ns.electronichealth.net.au/ack/sc/deliver/hl7Ack/2012"^^xsd:anyURI ;
       fhir:l <http://ns.electronichealth.net.au/ack/sc/deliver/hl7Ack/2012>
     ] )
  ] ) ; # 
  fhir:address [
     fhir:v "mllp:acme.org:2360"^^xsd:anyURI ;
     fhir:l fhir:mllp:acme.org:2360
  ] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.