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

: TC1 Medication for Immunization by patient - 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:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TC-IMMUN-MEDIC-HAVRIX1440"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medication-for-immunization"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medication-for-immunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"TC-IMMUN-MEDIC-HAVRIX1440\"> </a><a name=\"hcTC-IMMUN-MEDIC-HAVRIX1440\"> </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 Medication &quot;TC-IMMUN-MEDIC-HAVRIX1440&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-vacd-medication-for-immunization.html\">CH VACD Medication For Immunization</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.402.1.3.1.1.1</code>/359000dc-2cee-4a6e-ab05-577f558840e2</p><p><b>code</b>: HAVRIX 1440 Inj Susp <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#7680005580054)</span></p><p><b>status</b>: active</p><p><b>manufacturer</b>: <a href=\"Organization-TC-ORG-GSK.html\">Organization/TC-ORG-GSK</a> &quot;GlaxoSmithKline AG&quot;</p><p><b>form</b>: Suspension for injection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://build.fhir.org/ig/hl7ch/ch-epr-term//CodeSystem-edqm-standardterms.html\">EDQM - Standard Terms</a>#11202000)</span></p><p><b>amount</b>: 1 milliliter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mL = 'mL')</span>/1 Syringe (unit of presentation)<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 733020007 = 'Syringe')</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Immunologic substance (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#106181007)</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>AHAVB946A</td></tr></table></div>"
  ] ; # 
  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 "359000dc-2cee-4a6e-ab05-577f558840e2" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.51.1.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7680005580054" ] ;
fhir:display [ fhir:v "HAVRIX 1440 Inj Susp" ]     ] ) ;
fhir:text [ fhir:v "HAVRIX 1440 Inj Susp" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "Organization/TC-ORG-GSK" ]
  ] ; # 
  fhir:form [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:0.4.0.127.0.16.1.1.2.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11202000" ] ;
fhir:display [ fhir:v "Suspension for injection" ]     ] )
  ] ; # 
  fhir:amount [
fhir:numerator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "milliliter" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]     ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Syringe (unit of presentation)" ] ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "733020007" ]     ]
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:106181007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106181007" ] ;
fhir:display [ fhir:v "Immunologic substance (substance)" ]       ] ) ;
fhir:text [ fhir:v "Immunologic substance (substance)" ]     ]
  ] ) ; # 
  fhir:batch [
fhir:lotNumber [ fhir:v "AHAVB946A" ]
  ] . #