Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. 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-service-provision-conditions

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 "service-provision-conditions"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Service Provision Conditions Australian Concepts</h2>\n      <div>\n        <p>The code(s) that detail the conditions under which the healthcare service is available/offered. Australian concepts.</p>\n      </div>\n    </div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org.au/fhir/CodeSystem/service-provision-conditions"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.2.3.4.1.2.2" ]
  ];
  fhir:CodeSystem.version [ fhir:value "1.0.2"];
  fhir:CodeSystem.name [ fhir:value "ServiceProvisionConditionsAustralianConcepts"];
  fhir:CodeSystem.title [ fhir:value "Service Provision Conditions Australian Concepts"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2018-10-04"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Health Level Seven Australia (Patient Administration)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "hl7.org.au" ]
  ];
  fhir:CodeSystem.description [ fhir:value "The code(s) that detail the conditions under which the healthcare service is available/offered. Australian concepts."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org.au/fhir/ValueSet/service-provision-conditions"];
  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 "NFE" ];
     fhir:CodeSystem.concept.display [ fhir:value "No Fee" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All or some of the services provided are offered free of charge." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "NFM" ];
     fhir:CodeSystem.concept.display [ fhir:value "No Fee (means tested)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All or some of the services provided are offered free of charge, however the decision on the costs associated with the service or procedures offered will depend on a means test outcome." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "BBO" ];
     fhir:CodeSystem.concept.display [ fhir:value "Bulk Billing Only" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Bulk Billing is offered under Medicare." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "FAP" ];
     fhir:CodeSystem.concept.display [ fhir:value "Fees Apply" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All or some of the services provided are offered at the Healthcare Service" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "DON" ];
     fhir:CodeSystem.concept.display [ fhir:value "By Donation" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All or some of the services provided are offered on a donation basis. The expectation on the donation is not defined." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "COP" ];
     fhir:CodeSystem.concept.display [ fhir:value "Co-payment" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All or some of the services provided are subject to a co-payment, which may be in combination with Private Insurance." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "FBB" ];
     fhir:CodeSystem.concept.display [ fhir:value "Fees and Bulk Billing" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All or some of the services provided are offered subject to a payment in combination with Bulk Billing." ]
  ].

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

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