@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CareConnect-RegistrationStatus-1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:url [ fhir:v "https://fhir.hl7.org.uk/STU3/ValueSet/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 ValueSet that identifies the status of registration for a patient at the healthcare organisation."] ; # fhir:copyright [ fhir:v "Copyright © 2016 HL7 UK"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-RegistrationStatus-1"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------