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 json

{
  "resourceType" : "CodeSystem",
  "id" : "service-provision-conditions",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://hl7.org.au/fhir/CodeSystem/service-provision-conditions",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.2.3.4.1.2.2"
  },
  "version" : "1.0.2",
  "name" : "ServiceProvisionConditionsAustralianConcepts",
  "title" : "Service Provision Conditions Australian Concepts",
  "status" : "draft",
  "date" : "2018-10-04",
  "publisher" : "Health Level Seven Australia (Patient Administration)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "The code(s) that detail the conditions under which the healthcare service is available/offered. Australian concepts.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org.au/fhir/ValueSet/service-provision-conditions",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "NFE",
      "display" : "No Fee",
      "definition" : "All or some of the services provided are offered free of charge."
    },
    {
      "code" : "NFM",
      "display" : "No Fee (means tested)",
      "definition" : "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."
    },
    {
      "code" : "BBO",
      "display" : "Bulk Billing Only",
      "definition" : "Bulk Billing is offered under Medicare."
    },
    {
      "code" : "FAP",
      "display" : "Fees Apply",
      "definition" : "All or some of the services provided are offered at the Healthcare Service"
    },
    {
      "code" : "DON",
      "display" : "By Donation",
      "definition" : "All or some of the services provided are offered on a donation basis. The expectation on the donation is not defined."
    },
    {
      "code" : "COP",
      "display" : "Co-payment",
      "definition" : "All or some of the services provided are subject to a co-payment, which may be in combination with Private Insurance."
    },
    {
      "code" : "FBB",
      "display" : "Fees and Bulk Billing",
      "definition" : "All or some of the services provided are offered subject to a payment in combination with Bulk Billing."
    }
  ]
}