@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://nictiz.nl/fhir/Immunization/nl-core-Vaccination-event-02> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nl-core-Vaccination-event-02"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Vaccination-event"^^xsd:anyURI ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Vaccination-event>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"nl-core-Vaccination-event-02\"> </a></p><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\">Resource Immunization &quot;nl-core-Vaccination-event-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-Vaccination-event.html\">nl core Vaccination event</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Hepatitis A-vaccin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#J07BC02)</span></p><p><b>patient</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient/nl-core-Patient-01: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a> &quot; VAN PUTTEN-VAN DER GIESSEN&quot;</p><p><b>occurrence</b>: 2012-06-03</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Administering Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0443.html\">providerRole</a>#AP)</span></td><td><a href=\"PractitionerRole-nl-core-Vaccination-02-PractitionerRole-01.html\">PractitionerRole/nl-core-Vaccination-02-PractitionerRole-01: Healthcare professional (role), GG&amp;GD Nijmegen</a></td></tr></table><p><b>note</b>: Bezoek aan Guatemala.</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "J07BC02" ] ;
       fhir:display [ fhir:v "Hepatitis A-vaccin" ]
     ] )
  ] ; # 
  fhir:patient [
     fhir:link <http://nictiz.nl/fhir/Patient/nl-core-Patient-01> ;
     fhir:reference [ fhir:v "Patient/nl-core-Patient-01" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
     fhir:display [ fhir:v "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2012-06-03"^^xsd:date] ; # 
  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:actor [
       fhir:link <http://nictiz.nl/fhir/PractitionerRole/nl-core-Vaccination-02-PractitionerRole-01> ;
       fhir:reference [ fhir:v "PractitionerRole/nl-core-Vaccination-02-PractitionerRole-01" ] ;
       fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ] ;
       fhir:display [ fhir:v "Healthcare professional (role), GG&GD Nijmegen" ]
     ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Bezoek aan Guatemala." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

