GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Example Vaccination Appointment - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:id [ fhir:v "ExampleVaccinationAppointment"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://paho.org/fhir/giis/StructureDefinition/VaccinationAppointment"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/giis/StructureDefinition/VaccinationAppointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation ExampleVaccinationAppointment</b></p><a name=\"ExampleVaccinationAppointment\"> </a><a name=\"hcExampleVaccinationAppointment\"> </a><a name=\"ExampleVaccinationAppointment-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-ExampleGiispatient.html\">George Dylan Denver  Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</a></p><p><b>date</b>: 2023-10-01</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccineCS 2}\">anthrax vaccine</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2023-10-30</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ExampleGiispatient" ]
  ] ; # 
  fhir:date [ fhir:v "2023-10-01"^^xsd:date] ; # 
  fhir:recommendation ( [
    ( fhir:vaccineCode [
      ( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/VaccineCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ]       ] )     ] ) ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ]       ] )     ] ;
    ( fhir:dateCriterion [
fhir:code [
        ( fhir:coding [
a loinc:30980-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30980-7" ]         ] )       ] ;
fhir:value [ fhir:v "2023-10-30"^^xsd:date ]     ] )
  ] ) . #