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

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

CodeDisplay
A Active
D Deduction Pending
I Inactive
R Registration Pending
" ] ; # fhir:url [ fhir:v "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-RegistrationStatus-1"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "Care Connect Registration Status"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2017-08-01T00: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 status of registration for a patient at the healthcare organisation."] ; # 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 "A" ] ; fhir:display [ fhir:v "Active" ] ] [ fhir:code [ fhir:v "D" ] ; fhir:display [ fhir:v "Deduction Pending" ] ] [ fhir:code [ fhir:v "I" ] ; fhir:display [ fhir:v "Inactive" ] ] [ fhir:code [ fhir:v "R" ] ; fhir:display [ fhir:v "Registration Pending" ] ] ) . # # -------------------------------------------------------------------------------------