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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:List; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "UKCore-List-Example"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-List"; fhir:index 0; fhir:link <https://fhir.nhs.uk/R4/StructureDefinition/UKCore-List> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-List-Example</p><p><b>meta</b>: </p><p><b>status</b>: current</p><p><b>mode</b>: working</p><p><b>code</b>: Miscellaneous record <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '826501000000100' = '826501000000100', given as 'Miscellaneous record'})</span></p><p><b>subject</b>: <a href=\"List-UKCore-List-Example.html\">Generated Summary: id: UKCore-Patient-Example; 9912003888; Richard SMITH (OFFICIAL); ph: 01131231234; gender: male; birthDate: 1970-09-11</a></p><p><b>date</b>: 10 Dec 2019, 13:00:00</p><p><b>emptyReason</b>: No Content Recorded <span style=\"background: LightGoldenRodYellow\">(Details : {https://fhir.nhs.uk/R4/CodeSystem/UKCore-ListEmptyReasonCode code 'no-content-recorded' = 'No Content Recorded', given as 'No Content Recorded'})</span></p></div>" ]; fhir:List.status [ fhir:value "current"]; fhir:List.mode [ fhir:value "working"]; fhir:List.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:826501000000100; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "826501000000100" ]; fhir:Coding.display [ fhir:value "Miscellaneous record" ] ] ]; fhir:List.subject [ fhir:Reference.reference [ fhir:value "Patient/UKCore-Patient-Example" ] ]; fhir:List.date [ fhir:value "2019-12-10T13:00:00+00:00"^^xsd:dateTime]; fhir:List.emptyReason [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://fhir.nhs.uk/R4/CodeSystem/UKCore-ListEmptyReasonCode" ]; fhir:Coding.code [ fhir:value "no-content-recorded" ]; fhir:Coding.display [ fhir:value "No Content Recorded" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.