@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CareConnect-EthnicCategory-1"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://www.datadictionary.nhs.uk/data_dictionary/data_field_notes/p/pds/pds_ethnic_category_code_de.asp?shownav=0"^^xsd:anyURI ] ] ) ; # fhir:url [ fhir:v "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-EthnicCategory-1"^^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.1.3.2.4.16.6" ] ] ) ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "Care Connect Ethnic 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 ValueSet to identify the ethnicity of a Person, as specified by the Person. This vocabulary describes a persons ethnic category, it is an extension of the Ethnic Category Code described in the NHS Data Model and Dictionary."] ; # fhir:copyright [ fhir:v "Copyright © 2016 HL7 UK"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-EthnicCategory-1"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------