Implementation Guide CH VACD
4.0.1 - trial-use Switzerland flag

This page is part of the CH VACD (R4) (v4.0.1: STU 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 10.4 ImmunizationRecommendation (Recommendation Request/Response) - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ImmunizationRecommendation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "10-4-ImmunizationRecommendation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization-recommendation"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization-recommendation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"10-4-ImmunizationRecommendation\"> </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;10-4-ImmunizationRecommendation&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-vacd-immunization-recommendation.html\">CH VACD Immunization Recommendations</a></p></div><p><b>identifier</b>: id: 1</p><p><b>patient</b>: <a href=\"Patient-3-2-Patient.html\">Patient/3-2-Patient</a> &quot; WEGMUELLER&quot;</p><p><b>date</b>: 2021-06-01 00:00:00+0200</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: Boostrix Polio <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ch-vacd-swissmedic-cs.html\">Swiss Medic Authorized Vaccines Codesystem</a>#681)</span></p><p><b>targetDisease</b>: Acute poliomyelitis (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#398102009)</span></p><p><b>forecastStatus</b>: Due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ch-vacd-recommendation-forecast-status-cs.html\">Swiss Recommendation Forecast Status Codesystem</a>#due)</span></p><p><b>forecastReason</b>: Empfohlene Basisimpfungen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ch-vacd-recommendation-categories-cs.html\">Swiss Immunization Recommendation Categories Codesystem</a>#41501)</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>Date vaccine due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30980-7)</span></td><td>2021-06-01 00:00:00+0200</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.147.1.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/3-2-Patient" ]
  ] ; # 
  fhir:date [ fhir:v "2021-06-01T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:recommendation ( [
    ( fhir:vaccineCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-swissmedic-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "681" ] ;
fhir:display [ fhir:v "Boostrix Polio" ]       ] )     ] ) ;
fhir:targetDisease [
      ( fhir:coding [
a sct:398102009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "398102009" ] ;
fhir:display [ fhir:v "Acute poliomyelitis (disorder)" ]       ] )     ] ;
fhir:forecastStatus [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-forecast-status-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "due" ] ;
fhir:display [ fhir:v "Due" ]       ] )     ] ;
    ( fhir:forecastReason [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-recommendation-categories-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41501" ] ;
fhir:display [ fhir:v "Empfohlene Basisimpfungen" ]       ] )     ] ) ;
    ( 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:display [ fhir:v "Date vaccine due" ]         ] )       ] ;
fhir:value [ fhir:v "2021-06-01T00:00:00+02:00"^^xsd:dateTime ]     ] )
  ] ) . #