HL7 Europe Patient Summary 1.0.0-ballot - ci-build 150
HL7 Europe Patient Summary - Downloaded Version 1.0.0-ballot See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "2c268a6d-fd6e-4580-acae-3b5f52d43c26"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.eu/fhir/base/StructureDefinition/immunization-eu-core"^^xsd:anyURI ; fhir:l <http://hl7.eu/fhir/base/StructureDefinition/immunization-eu-core> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Influenza virus antigen only vaccine product</td><td><span class=\"nb\">2025-07-14</span></td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "completed"] ; # fhir:vaccineCode [ ( fhir:coding [ a sct:1181000221105 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "1181000221105" ] ; fhir:display [ fhir:v "Vaccine product containing only Influenza virus antigen (medicinal product)" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ; fhir:l <http://www.whocc.no/atc> ] ; fhir:code [ fhir:v "J07BB02" ] ; fhir:display [ fhir:v "influenza, inactivated, split virus or surface antigen" ] ] ) ; fhir:text [ fhir:v "Influenza virus antigen only vaccine product" ] ] ; # fhir:patient [ fhir:l fhir:Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3 ; fhir:reference [ fhir:v "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ; fhir:display [ fhir:v "Petra Schwartz" ] ] ; # fhir:occurrence [ a fhir:DateTime ; fhir:v "2025-07-14"^^xsd:date ] ; # fhir:lotNumber [ fhir:v "AE-d4oGKOZN1"] ; # fhir:expirationDate [ fhir:v "2026-03-01"^^xsd:date] ; # fhir:site [ ( fhir:coding [ a sct:244979005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "244979005" ] ; fhir:display [ fhir:v "Entire muscle of upper arm" ] ] ) ; fhir:text [ fhir:v "Entire muscle of upper arm" ] ] ; # fhir:route [ ( fhir:coding [ a sct:78421000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "78421000" ] ; fhir:display [ fhir:v "Intramuscular route" ] ] ) ; fhir:text [ fhir:v "Intramuscular route" ] ] . #