MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

This page is part of the MyHealth@Eu Patient Summary (v1.0.0-poc: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Immunization: Influenza vaccine (EPS) - TTL Representation

Raw ttl | Download


@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.org/fhir/Immunization/1a875adf-3fc2-43ff-b157-b81a3c2466ac> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "1a875adf-3fc2-43ff-b157-b81a3c2466ac"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/immunization-myhealtheu-eps" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/immunization-myhealtheu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>SARS-CoV-2 mRNA vaccination administered on 2024-10-10.</p></div>"
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:1119349007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "1119349007" ] ;
       fhir:Coding.display [ fhir:value "SARS-CoV-2 mRNA vaccine" ]
     ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2024-10-10"^^xsd:date] ;
  fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
  fhir:Immunization.performer [
     fhir:index 0 ;
     fhir:Immunization.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0443" ] ;
         fhir:Coding.code [ fhir:value "AP" ] ;
         fhir:Coding.display [ fhir:value "Administering Provider" ]
       ]
     ] ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614> ;
       fhir:Reference.reference [ fhir:value "Organization/ce815734-508a-4c1d-8b63-01e1d02a5614" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

<http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Immunization/1a875adf-3fc2-43ff-b157-b81a3c2466ac.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Immunization/1a875adf-3fc2-43ff-b157-b81a3c2466ac.ttl> .