@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "historical"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "historical"

identifier: id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: completed

vaccineCode: Influenza (unknown#GNFLU)

patient: Patient/example "Peter CHALMERS"

occurrence: January 2012

primarySource: false

reportOrigin: Written Record (Immunization Event Origin#record)

location: Location/1 "South Wing, second floor"

note: Notes on adminstration of a historical vaccine

" ]; fhir:Immunization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" ] ]; fhir:Immunization.status [ fhir:value "completed"]; fhir:Immunization.vaccineCode [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:1.2.36.1.2001.1005.17" ]; fhir:Coding.code [ fhir:value "GNFLU" ] ]; fhir:CodeableConcept.text [ fhir:value "Influenza" ] ]; fhir:Immunization.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Immunization.occurrenceString [ fhir:value "January 2012"]; fhir:Immunization.primarySource [ fhir:value "false"^^xsd:boolean]; fhir:Immunization.reportOrigin [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/immunization-origin" ]; fhir:Coding.code [ fhir:value "record" ] ]; fhir:CodeableConcept.text [ fhir:value "Written Record" ] ]; fhir:Immunization.location [ fhir:link ; fhir:Reference.reference [ fhir:value "Location/1" ] ]; fhir:Immunization.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Notes on adminstration of a historical vaccine" ] ] . a fhir:Patient . a fhir:Location . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------