@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org.au/fhir/CodeSystem/service-provision-conditions> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "service-provision-conditions"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"^^xsd:anyURI ;
       fhir:link <https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem service-provision-conditions</b></p><a name=\"service-provision-conditions\"> </a><a name=\"hcservice-provision-conditions\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4</code></p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>A property that indicates the status of the concept. One of active, experimental, deprecated, retired</td></tr><tr><td>deprecationDate</td><td>deprecationDate</td><td>http://hl7.org/fhir/concept-properties#deprecationDate</td><td>dateTime</td><td>The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged</td></tr></table><p><b>Concepts</b></p><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><td><b>Deprecated</b></td><td><b>status</b></td><td><b>deprecationDate</b></td></tr><tr><td style=\"white-space:nowrap\">NFE<a name=\"service-provision-conditions-NFE\"> </a></td><td>No Fee</td><td>A free service where no payment or Medicare card is required.</td><td/><td/><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><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">BB<a name=\"service-provision-conditions-BB\"> </a></td><td>Bulk Billing</td><td>No fee for eligible services, with a Medicare card presented.</td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">FAP<a name=\"service-provision-conditions-FAP\"> </a></td><td>Fees Apply</td><td>Fees apply for services provided.</td><td/><td/><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><td/><td/><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><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">MIX<a name=\"service-provision-conditions-MIX\"> </a></td><td>Mixed Billing</td><td>Bulk billing available with conditions, fees may apply.</td><td/><td/><td/></tr><tr style=\"background-color: #ffeeee\"><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. ***Deprecation Comment:*** This code has been deprecated as it has been replaced by BB - Bulk Billing.</td><td>Deprecated</td><td>deprecated</td><td>2026-05-20</td></tr><tr style=\"background-color: #ffeeee\"><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. ***Deprecation Comment:*** This code has been deprecated as it has been replaced by MIX - Mixed Billing.</td><td>Deprecated</td><td>deprecated</td><td>2026-05-20</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 2
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"^^xsd:anyURI ;
           fhir:link <http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.3.4.1.4.2" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.1-ci-build"] ; # 
  fhir:name [ fhir:v "ServiceProvisionConditionsAustralianConcepts"] ; # 
  fhir:title [ fhir:v "Service Provision Conditions Australian Concepts"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-18T23:22:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Australia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Australia FHIR Working Group" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://confluence.hl7.org/display/HAFWG" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Service Provision Conditions Australian Concepts code system defines concepts that identify the conditions under which a healthcare service is available/offered."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "AU" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://terminology.hl7.org.au/ValueSet/service-provision-conditions"^^xsd:anyURI ;
     fhir:link <http://terminology.hl7.org.au/ValueSet/service-provision-conditions>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
     fhir:code [ fhir:v "status" ] ;
     fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
     fhir:description [ fhir:v "A property that indicates the status of the concept. One of active, experimental, deprecated, retired" ] ;
     fhir:type [ fhir:v "code" ]
  ] [
     fhir:code [ fhir:v "deprecationDate" ] ;
     fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#deprecationDate"^^xsd:anyURI ] ;
     fhir:description [ fhir:v "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged" ] ;
     fhir:type [ fhir:v "dateTime" ]
  ] ) ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "NFE" ] ;
     fhir:display [ fhir:v "No Fee" ] ;
     fhir:definition [ fhir:v "A free service where no payment or Medicare card is required." ]
  ] [
     fhir:code [ fhir:v "NFM" ] ;
     fhir:display [ fhir:v "No Fee (means tested)" ] ;
     fhir:definition [ fhir:v "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:code [ fhir:v "BB" ] ;
     fhir:display [ fhir:v "Bulk Billing" ] ;
     fhir:definition [ fhir:v "No fee for eligible services, with a Medicare card presented." ]
  ] [
     fhir:code [ fhir:v "FAP" ] ;
     fhir:display [ fhir:v "Fees Apply" ] ;
     fhir:definition [ fhir:v "Fees apply for services provided." ]
  ] [
     fhir:code [ fhir:v "DON" ] ;
     fhir:display [ fhir:v "By Donation" ] ;
     fhir:definition [ fhir:v "All or some of the services provided are offered on a donation basis. The expectation on the donation is not defined." ]
  ] [
     fhir:code [ fhir:v "COP" ] ;
     fhir:display [ fhir:v "Co-payment" ] ;
     fhir:definition [ fhir:v "All or some of the services provided are subject to a co-payment, which may be in combination with private insurance." ]
  ] [
     fhir:code [ fhir:v "MIX" ] ;
     fhir:display [ fhir:v "Mixed Billing" ] ;
     fhir:definition [ fhir:v "Bulk billing available with conditions, fees may apply." ]
  ] [
     fhir:code [ fhir:v "BBO" ] ;
     fhir:display [ fhir:v "Bulk Billing Only" ] ;
     fhir:definition [ fhir:v "Bulk Billing is offered under Medicare. ***Deprecation Comment:*** This code has been deprecated as it has been replaced by BB - Bulk Billing." ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "deprecated"
       ]
     ] [
       fhir:code [ fhir:v "deprecationDate" ] ;
       fhir:value [
         a fhir:dateTime ;
         fhir:v "2026-05-20"^^xsd:date
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FBB" ] ;
     fhir:display [ fhir:v "Fees and Bulk Billing" ] ;
     fhir:definition [ fhir:v "All or some of the services provided are offered subject to a payment in combination with Bulk Billing. ***Deprecation Comment:*** This code has been deprecated as it has been replaced by MIX - Mixed Billing." ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "deprecated"
       ]
     ] [
       fhir:code [ fhir:v "deprecationDate" ] ;
       fhir:value [
         a fhir:dateTime ;
         fhir:v "2026-05-20"^^xsd:date
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

