Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

CodeSystem-service-provision-conditions

Formats: XML, JSON, Turtle

Raw json


{
  "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 code system http://terminology.hl7.org.au/CodeSystem/service-provision-conditions 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>"
  },
  "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.0.0",
  "name" : "ServiceProvisionConditionsAustralianConcepts",
  "title" : "Service Provision Conditions Australian Concepts",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-07-08",
  "publisher" : "Health Level Seven Australia (Patient Administration WG)",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "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",
          "display" : "Australia"
        }
      ]
    }
  ],
  "copyright" : "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive" : true,
  "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."
    }
  ]
}
Issues & Feedback