@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CareConnect-TreatmentCategory-1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-TreatmentCategory-1 defines the following codes:

CodeDisplayDefinition
1 Exempt from payment - subject to reciprocal health agreement
2 Exempt from payment - other
3 To pay hotel fees only
4 To pay all fees
9 Charging rate not known
8 Not applicableNot an Overseas Visitor
" ] ; # fhir:url [ fhir:v "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-TreatmentCategory-1"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "Care Connect Treatment Category"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2018-11-02T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Interweave Publisher"] ; # fhir:contact ( [ fhir:name [ fhir:v "Interweave Publisher" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://fhir.yhcr.nhs.uk/yhcr-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "A CodeSystem that identifies the treatment category for this patient."] ; # fhir:copyright [ fhir:v "Copyright © 2016 HL7 UK"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Exempt from payment - subject to reciprocal health agreement" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "Exempt from payment - other" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "To pay hotel fees only" ] ] [ fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "To pay all fees" ] ] [ fhir:code [ fhir:v "9" ] ; fhir:display [ fhir:v "Charging rate not known" ] ] [ fhir:code [ fhir:v "8" ] ; fhir:display [ fhir:v "Not applicable" ] ; fhir:definition [ fhir:v "Not an Overseas Visitor" ] ] ) . # # -------------------------------------------------------------------------------------