Implementation Guide CH VACD, published by HL7 Switzerland. This is not an authorized publication; it is the continuous build for version 3.1.0). This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions
@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 "TCA02-IMMUN4-HCP2-ORG2-ROLE"] ; #
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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"TCA02-IMMUN4-HCP2-ORG2-ROLE\"> </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 "TCA02-IMMUN4-HCP2-ORG2-ROLE" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-vacd-immunization.html\">CH VACD Immunization</a></p></div><p><b>Author of the content</b>: <a href=\"PractitionerRole-TC-HCP2-ORG2-ROLE-author.html\">PractitionerRole/TC-HCP2-ORG2-ROLE-author</a></p><p><b>CH VACD Extension Immunization Medication Reference</b>: <a href=\"Medication-TC-IMMUN-MEDIC-HAVRIX1440.html\">Medication/TC-IMMUN-MEDIC-HAVRIX1440</a></p><p><b>identifier</b>: id: 1829245678</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Havrix 1440 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ch-vacd-swissmedic-cs.html\">Swiss Medic Authorized Vaccines Codesystem</a>#558)</span></p><p><b>patient</b>: <a href=\"Patient-TC-patient.html\">Patient/TC-patient</a> " WEGMUELLER"</p><p><b>occurrence</b>: 2021-08-20</p><p><b>recorded</b>: 2021-08-20 00:00:00+0200</p><p><b>lotNumber</b>: AHAVB946A</p><p><b>route</b>: Intramuscular use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (standardterms.edqm.eu#20035000)</span></p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"PractitionerRole-TC-HCP2-ORG2-ROLE-performer.html\">PractitionerRole/TC-HCP2-ORG2-ROLE-performer</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Viral hepatitis, type A (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#40468003)</span></td><td>2</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-author"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/TC-HCP2-ORG2-ROLE-author" ] ]
] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-ext-immunization-medication-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/TC-IMMUN-MEDIC-HAVRIX1440" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.402.1.3.1.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1829245678" ]
] ) ; #
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 "558" ] ;
fhir:display [ fhir:v "Havrix 1440" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/TC-patient" ]
] ; #
fhir:occurrence [ fhir:v "2021-08-20"^^xsd:date] ; #
fhir:recorded [ fhir:v "2021-08-20T00:00:00.390+02:00"^^xsd:dateTime] ; #
fhir:lotNumber [ fhir:v "AHAVB946A"] ; #
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20035000" ] ;
fhir:display [ fhir:v "Intramuscular use" ] ] )
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/TC-HCP2-ORG2-ROLE-performer" ] ]
] ) ; #
fhir:protocolApplied ( [
( fhir:targetDisease [
( fhir:coding [
a sct:40468003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "40468003" ] ;
fhir:display [ fhir:v "Viral hepatitis, type A (disorder)" ] ] ) ] ) ;
fhir:doseNumber [ fhir:v "2"^^xsd:positiveInteger ]
] ) . #
IG © 2021+ HL7 Switzerland. Package ch.fhir.ig.ch-vacd#3.1.0 based on FHIR 4.0.1. Generated 2023-05-19
Links: Table of Contents |
QA Report
| Propose a change