HL7 Belgium Vaccination (Patient Dossier)
1.0.2 - STU Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.0.2: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Immunization Example - 1. HPV - 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 -------------------------------------------------------------------

 a fhir:Immunization;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "immunization-example-1-hpv"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination>     ]
  ]; # 
  fhir:Resource.language [ fhir:value "fr-BE"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-BE\" lang=\"fr-BE\"><p><b>Generated Narrative: Immunization</b><a name=\"immunization-example-1-hpv\"> </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;immunization-example-1-hpv&quot;  (Language &quot;fr-BE&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-vaccination.html\">BeVaccination</a></p></div><p><b>BeExtRecorder</b>: <a href=\"Organization-org-kind-en-gezin.html\">Organization/org-kind-en-gezin</a> &quot;Kind en Gezin&quot;</p><p><b>identifier</b>: id: 12345623</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Vaccine product containing only Human papillomavirus antigen (medicinal product) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#911000221103)</span></p><p><b>patient</b>: <span/></p><p><b>occurrence</b>: 2020-05-17</p><p><b>recorded</b>: 2020-05-17</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><span/></td></tr></table></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Organization/org-kind-en-gezin" ]     ]
  ]; # 
  fhir:Immunization.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "https://www.kindengezin.be/vaccinatie/vaccination-register" ];
     fhir:Identifier.value [ fhir:value "12345623" ]
  ]; # 
  fhir:Immunization.status [ fhir:value "completed"]; # 
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:911000221103;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "911000221103" ]     ]
  ]; # 
  fhir:Immunization.patient [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" ];
       fhir:Identifier.value [ fhir:value "59050937740" ]     ]
  ]; # 
  fhir:Immunization.occurrenceDateTime [ fhir:value "2020-05-17"^^xsd:date]; # 
  fhir:Immunization.recorded [ fhir:value "2020-05-17"^^xsd:date]; # 
  fhir:Immunization.performer [
     fhir:index 0;
     fhir:Immunization.performer.actor [
       fhir:Reference.identifier [
         fhir:Identifier.use [ fhir:value "official" ];
         fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" ];
         fhir:Identifier.value [ fhir:value "79121137740" ]       ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.