AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: Service Provision Conditions Australian Concepts - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "service-provision-conditions",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org.au/CodeSystem/service-provision-conditions</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">NFE<a name=\"service-provision-conditions-NFE\"> </a></td><td>No Fee</td><td>All or some of the services provided are offered free of charge.</td></tr><tr><td style=\"white-space:nowrap\">NFM<a name=\"service-provision-conditions-NFM\"> </a></td><td>No Fee (means tested)</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">BBO<a name=\"service-provision-conditions-BBO\"> </a></td><td>Bulk Billing Only</td><td>Bulk Billing is offered under Medicare.</td></tr><tr><td style=\"white-space:nowrap\">FAP<a name=\"service-provision-conditions-FAP\"> </a></td><td>Fees Apply</td><td>All or some of the services provided are offered at the Healthcare Service</td></tr><tr><td style=\"white-space:nowrap\">DON<a name=\"service-provision-conditions-DON\"> </a></td><td>By Donation</td><td>All or some of the services provided are offered on a donation basis. The expectation on the donation is not defined.</td></tr><tr><td style=\"white-space:nowrap\">COP<a name=\"service-provision-conditions-COP\"> </a></td><td>Co-payment</td><td>All or some of the services provided are subject to a co-payment, which may be in combination with Private Insurance.</td></tr><tr><td style=\"white-space:nowrap\">FBB<a name=\"service-provision-conditions-FBB\"> </a></td><td>Fees and Bulk Billing</td><td>All or some of the services provided are offered subject to a payment in combination with Bulk Billing.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"
          }
        ]
      }
    }
  ],
  "url" : "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.2.3.4.1.4.2"
    }
  ],
  "version" : "4.2.1-ci-build",
  "name" : "ServiceProvisionConditionsAustralianConcepts",
  "title" : "Service Provision Conditions Australian Concepts",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-17T23:48:39+00:00",
  "publisher" : "HL7 Australia",
  "contact" : [
    {
      "name" : "HL7 Australia FHIR Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.hl7.org/display/HAFWG",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The Service Provision Conditions Australian Concepts code system defines concepts that identify the conditions under which a healthcare service is available/offered.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "copyright" : "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org.au/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."
    }
  ]
}