@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "7-11-Immunization"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-immunization"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

identifier: id: 12312

status: completed

vaccineCode: HBVAXPRO 40

patient: Generated Summary: id: urn:uuid:3e424a80-6e34-4520-b5af-f830ed5a0203; gender: female; birthDate: 1967-03-10

occurrence: Feb 26, 2012, 12:00:00 AM

recorded: Feb 26, 2012, 12:00:00 AM

lotNumber: 12345

Performers

-Actor
*Generated Summary: active

reasonCode: Immunization

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Viral hepatitis type B (disorder)1
" ]; fhir:Immunization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.147.1.3.1" ]; fhir:Identifier.value [ fhir:value "12312" ] ]; fhir:Immunization.status [ fhir:value "completed"]; fhir:Immunization.vaccineCode [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs" ]; fhir:Coding.code [ fhir:value "545" ]; fhir:Coding.display [ fhir:value "HBVAXPRO 40" ] ] ]; fhir:Immunization.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/3-2-Patient" ] ]; fhir:Immunization.occurrenceDateTime [ fhir:value "2012-02-26T00:00:00+01:00"^^xsd:dateTime]; fhir:Immunization.recorded [ fhir:value "2012-02-26T00:00:00+01:00"^^xsd:dateTime]; fhir:Immunization.lotNumber [ fhir:value "12345"]; fhir:Immunization.performer [ fhir:index 0; fhir:Immunization.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/6-6-PractitionerRole" ] ] ]; fhir:Immunization.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMMUNIZ" ]; fhir:Coding.display [ fhir:value "Immunization" ] ] ]; fhir:Immunization.protocolApplied [ fhir:index 0; fhir:Immunization.protocolApplied.targetDisease [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:66071002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "66071002" ]; fhir:Coding.display [ fhir:value "Viral hepatitis type B (disorder)" ] ] ]; fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------