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

: order-gabriel-flu - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ImmunizationRecommendation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "order-gabriel-flu"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"order-gabriel-flu\"> </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 ImmunizationRecommendation &quot;order-gabriel-flu&quot; </p></div><p><b>patient</b>: <span/></p><p><b>date</b>: 2019-09-02</p><h3>Recommendations</h3><table class=\"grid\"><tr><td>-</td><td><b>VaccineCode</b></td><td><b>ForecastStatus</b></td></tr><tr><td>*</td><td>Influenza, injectable, MDCK, preservative free, quadrivalent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-CVX.html\">PH_VaccinesAdministeredCVX_CDC_NIP</a>#171)</span></td><td>due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (vaccination-recommendation-status#due)</span></td></tr></table></div>"
  ]; # 
  fhir:ImmunizationRecommendation.patient [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin" ];
       fhir:Identifier.value [ fhir:value "55011779911" ]     ]
  ]; # 
  fhir:ImmunizationRecommendation.date [ fhir:value "2019-09-02"^^xsd:date]; # 
  fhir:ImmunizationRecommendation.recommendation [
     fhir:index 0;
     fhir:ImmunizationRecommendation.recommendation.vaccineCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ];
         fhir:Coding.code [ fhir:value "171" ]       ]     ];
     fhir:ImmunizationRecommendation.recommendation.forecastStatus [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/vaccination-recommendation-status" ];
         fhir:Coding.code [ fhir:value "due" ]       ]     ]
  ]. # 

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

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