HL7 Belgium Vaccination (Patient Dossier)
1.0.1 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.0.1: Trial Use) based on FHIR R4. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

: BeCSVaccineCode - TTL Representation

Draft as of 2022-10-19

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "be-cs-vaccine-code"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccine-code</code> defines many codes, of which the following are a subset:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"be-cs-vaccine-code-other\"> </a></td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccine-code"];
  fhir:CodeSystem.version [ fhir:value "1.0.1"];
  fhir:CodeSystem.name [ fhir:value "BeCSVaccineCode"];
  fhir:CodeSystem.title [ fhir:value "BeCSVaccineCode"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2022-10-19T09:29:07+02:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "eHealth Platform"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "eHealth Platform" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.ehealth.fgov.be/" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "support@be-ehealth-standards.atlassian.net" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Message Structure" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "support@be-ehealth-standards.atlassian.net" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Vaccine Code Code System - set of Belgian codes for types of vaccines that are administered"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "BE" ];
       fhir:Coding.display [ fhir:value "Belgium" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "fragment"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "other" ];
     fhir:CodeSystem.concept.display [ fhir:value "other" ]
  ].

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

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