Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: patient-example-jane - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/patient-example-jane> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "patient-example-jane"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://opennursingcoreig.com/StructureDefinition/onc-nhs-patient" ;
fhir:index 0 ;
fhir:link <https://opennursingcoreig.com/StructureDefinition/onc-nhs-patient>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-example-jane</b></p><a name=\"patient-example-jane\"> </a><a name=\"hcpatient-example-jane\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onc-nhs-patient.html\">ONC NHS Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Doe Female, DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"An extension to record the ethnic category of a patient, as per UK Core standards.\"><a href=\"StructureDefinition-UKCore-Extension-EthnicCategory.html\">UK Core Ethnic Category</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategory A}\">British, Mixed British</span></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://opennursingcoreig.com/StructureDefinition/UKCore-Extension-EthnicCategory" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategory" ] ;
fhir:Coding.code [ fhir:value "A" ] ;
fhir:Coding.display [ fhir:value "British, Mixed British" ]
]
]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Doe" ] ;
fhir:HumanName.given [
fhir:value "Jane" ;
fhir:index 0
]
] ;
fhir:Patient.gender [ fhir:value "female"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/patient-example-jane.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/patient-example-jane.ttl> .