@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "7-8-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: 23456

status: completed

vaccineCode: Boostrix

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

occurrence: Aug 12, 2014, 12:00:00 AM

recorded: Aug 12, 2014, 12:00:00 AM

lotNumber: 12345

Performers

-Actor
*Generated Summary: active

reasonCode: Immunization

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Diphtheria caused by Corynebacterium diphtheriae (disorder), Tetanus (disorder), Pertussis (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 "23456" ] ]; 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 "637" ]; fhir:Coding.display [ fhir:value "Boostrix" ] ] ]; fhir:Immunization.patient [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/3-2-Patient" ] ]; fhir:Immunization.occurrenceDateTime [ fhir:value "2014-08-12T00:00:00+02:00"^^xsd:dateTime]; fhir:Immunization.recorded [ fhir:value "2014-08-12T00:00:00+02: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-5-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:397430003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "397430003" ]; fhir:Coding.display [ fhir:value "Diphtheria caused by Corynebacterium diphtheriae (disorder)" ] ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; a sct:76902006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "76902006" ]; fhir:Coding.display [ fhir:value "Tetanus (disorder)" ] ] ], [ fhir:index 2; fhir:CodeableConcept.coding [ fhir:index 0; a sct:27836007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "27836007" ]; fhir:Coding.display [ fhir:value "Pertussis (disorder)" ] ] ]; fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------