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
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 "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/endpoint-payload-type"]; fhir:CodeSystem.version [ fhir:value "2.0.1"]; fhir:CodeSystem.name [ fhir:value "Australian Endpoint Payload Types."]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2018-10-25"^^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:link <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 "Profile on HL7 V2.4 REF message Level 2 profile (HL7AUSD-DFC-OO-ADRM-2018.1 Australian Diagnostics and Referral Messaging - Localisation of HL7 Version 2.4)" ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706-L1" ]; fhir:CodeSystem.concept.display [ fhir:value "Simplified Profile for HL7 V2.4 REF message (Level 1)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Profile on HL7 V2.4 REF message Level 1 profile (HL7AUSD-DFC-OO-ADRM-2018.1 Australian Diagnostics and Referral Messaging - Localisation of HL7 Version 2.4)" ] ] ], [ 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 "Profile for ACK for Simplified Profile for HL7 2.4 REF" ] ], [ 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 "Profile for ACK" ] ], [ 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 "Discharge Summary CDA contained in MDM message" ] ], [ 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 "eReferral CDA contained in MDM message" ] ], [ 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 "Event Summary CDA contained in MDM message" ] ], [ 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 "Shared Health Summary CDA contained in MDM message" ] ], [ 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 "Specialist Letter CDA contained in MDM message" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.