@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.eu/fhir/hdr/Immunization/3f85726c-ad2f-441b-89ce-10000000001e> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "3f85726c-ad2f-441b-89ce-10000000001e"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/base/StructureDefinition/immunization-eu-core" ;
       fhir:index 0 ;
       fhir:link <http://hl7.eu/fhir/base/StructureDefinition/immunization-eu-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization 3f85726c-ad2f-441b-89ce-10000000001e</b></p><a name=\"3f85726c-ad2f-441b-89ce-10000000001e\"> </a><a name=\"hc3f85726c-ad2f-441b-89ce-10000000001e\"> </a><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\">Language: cs</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-immunization-eu-core.html\">Immunization (EU core)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 28531000087107}\">COVID-19 vaccine</span></p><p><b>patient</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Petr Novák  Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>occurrence</b>: 2021-05-05</p><p><b>primarySource</b>: true</p></div>"
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:28531000087107 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "28531000087107" ]
     ]
  ] ;
  fhir:Immunization.patient [
     fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2021-05-05"^^xsd:date] ;
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] .

# - ontology header ------------------------------------------------------------

<http://hl7.eu/fhir/hdr/Immunization/3f85726c-ad2f-441b-89ce-10000000001e.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

