HL7 FHIR® UK Core
4.0.0 - CI Build
HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "UKCore-EthnicCategory"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UK Core Ethnic Category</h2><div><p>A ValueSet to identify the ethnicity of a Person, as specified by the Person. This vocabulary describes a person's ethnic category, it is an extension of the Ethnic Category Code described in the NHS Data Model and Dictionary.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-UKCore-EthnicCategory.html\"><code>https://fhir.nhs.uk/R4/CodeSystem/UKCore-EthnicCategory</code></a></li></ul></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference" ]; fhir:Extension.valueUri [ fhir:value "http://www.datadictionary.nhs.uk/data_dictionary/data_field_notes/p/pds/pds_ethnic_category_code_de.asp?shownav=0" ] ]; fhir:ValueSet.url [ fhir:value "https://fhir.nhs.uk/R4/ValueSet/UKCore-EthnicCategory"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.2.1.3.2.4.16.6" ] ]; fhir:ValueSet.version [ fhir:value "4.0.0"]; fhir:ValueSet.name [ fhir:value "UKCoreEthnicCategory"]; fhir:ValueSet.title [ fhir:value "UK Core Ethnic Category"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2019-10-17T01:00:00+01:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Project Wildfyre"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Project Wildfyre" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "mailto:dunno@dummy.net" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] ]; fhir:ValueSet.description [ fhir:value "A ValueSet to identify the ethnicity of a Person, as specified by the Person. This vocabulary describes a person's ethnic category, it is an extension of the Ethnic Category Code described in the NHS Data Model and Dictionary."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "GB" ] ] ]; fhir:ValueSet.copyright [ fhir:value "Copyright © 2019 NHS Digital"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "https://fhir.nhs.uk/R4/CodeSystem/UKCore-EthnicCategory" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.