Implementation Guide CH VACD
5.0.0-ci-build - ci-build Switzerland flag

Implementation Guide CH VACD, published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions

: 7.11 Immunization (Recommendation Request/Response) - 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:id [ fhir:v "7-11-Immunization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-immunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"7-11-Immunization\"> </a><a name=\"hc7-11-Immunization\"> </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;7-11-Immunization&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-vacd-immunization.html\">CH VACD Immunization</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.147.1.3.1</code>/12312</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: HBVAXPRO 40 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/hl7ch/ch-epr-term//CodeSystem-ch-vacd-swissmedic-cs.html\">CH VACD Swissmedic Authorized Vaccines</a>#545)</span></p><p><b>patient</b>: <a href=\"Patient-3-2-Patient.html\">Patient/3-2-Patient</a> &quot; WEGMUELLER&quot;</p><p><b>occurrence</b>: 2012-02-26 00:00:00+0100</p><p><b>recorded</b>: 2012-02-26 00:00:00+0100</p><p><b>lotNumber</b>: 12345</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-6-6-PractitionerRole.html\">PractitionerRole/6-6-PractitionerRole</a></td></tr></table><p><b>reasonCode</b>: Immunization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-v3-ActCode.html\">ActCode</a>#IMMUNIZ)</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Viral hepatitis type B (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#66071002)</span></td><td>1</td></tr></table></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 "12312" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  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 "545" ] ;
fhir:display [ fhir:v "HBVAXPRO 40" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/3-2-Patient" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2012-02-26T00:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:recorded [ fhir:v "2012-02-26T00:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:lotNumber [ fhir:v "12345"] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/6-6-PractitionerRole" ]     ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMMUNIZ" ] ;
fhir:display [ fhir:v "Immunization" ]     ] )
  ] ) ; # 
  fhir:protocolApplied ( [
    ( fhir:targetDisease [
      ( fhir:coding [
a sct:66071002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "66071002" ] ;
fhir:display [ fhir:v "Viral hepatitis type B (disorder)" ]       ] )     ] ) ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) . #