NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Standard list of Healthcare Service Provision Conditions - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "codesystem-au-service-provision-conditions"] ; #
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 codesystem-au-service-provision-conditions</b></p><a name=\"codesystem-au-service-provision-conditions\"> </a><a name=\"hccodesystem-au-service-provision-conditions\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/codesystem-au-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=\"codesystem-au-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\">BBO<a name=\"codesystem-au-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=\"codesystem-au-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></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.nhsd.com.au/CodeSystem/codesystem-au-service-provision-conditions"^^xsd:anyURI ;
fhir:l <http://fhir.nhsd.com.au/CodeSystem/codesystem-au-service-provision-conditions>
] ; #
fhir:version [ fhir:v "4.0.1"] ; #
fhir:name [ fhir:v "StandardListOfHealthcareServiceProvisionConditions"] ; #
fhir:title [ fhir:v "Standard list of Healthcare Service Provision Conditions"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-04-23"^^xsd:date] ; #
fhir:publisher [ fhir:v "Healthdirect Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "build.fhir.nhsd.com.au" ]
] ) ; #
fhir:description [ fhir:v "Healthcare Service Provision Conditions"] ; #
fhir:copyright [ fhir:v "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:compositional [ fhir:v false] ; #
fhir:versionNeeded [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "NFE" ] ;
fhir:display [ fhir:v "No Fee" ] ;
fhir:definition [ fhir:v "All or some of the services provided are offered free of charge" ]
] [
fhir:code [ fhir:v "BBO" ] ;
fhir:display [ fhir:v "Bulk Billing Only" ] ;
fhir:definition [ fhir:v "Bulk Billing is offered under Medicare" ]
] [
fhir:code [ fhir:v "FAP" ] ;
fhir:display [ fhir:v "Fees Apply" ] ;
fhir:definition [ fhir:v "All or some of the services provided are offered at the Healthcare Service" ]
] ) . #