@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "zoster-notgiven"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Immunization

Resource Immunization "zoster-notgiven"

Profile: AU Core Immunization

status: not-done

vaccineCode: varicella-zoster live vaccine (SNOMED CT#830851000168105)

patient: Patient/howe-deangelo: Deangelo HOWE " HOWE"

occurrence: 2017-08-15

primarySource: true

Performers

-FunctionActor
*Administering Provider (providerRole#AP)Practitioner/bobrester-bob " BOBRESTER"

note: Patient refused administration of Zostavax

" ] ; # fhir:status [ fhir:v "not-done"] ; # fhir:vaccineCode [ fhir:coding ( [ a sct:830851000168105 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "830851000168105" ] ; fhir:display [ fhir:v "varicella-zoster live vaccine" ] ] ) ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/howe-deangelo" ] ; fhir:display [ fhir:v "Deangelo HOWE" ] ] ; # fhir:occurrence [ fhir:v "2017-08-15"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:performer ( [ fhir:function [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ; fhir:code [ fhir:v "AP" ] ; fhir:display [ fhir:v "Administering Provider" ] ] ) ; fhir:text [ fhir:v "Administering Provider" ] ] ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/bobrester-bob" ] ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Patient refused administration of Zostavax" ] ] ) . # # -------------------------------------------------------------------------------------