Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions

: Vaccination for TBE - 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 "ImmunizationVaccinationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-immunization"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-immunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ImmunizationVaccinationExample</b></p><a name=\"ImmunizationVaccinationExample\"> </a><a name=\"hcImmunizationVaccinationExample\"> </a><a name=\"ImmunizationVaccinationExample-fi-FI\"> </a><p><b>Vaccination Recorder</b>: <a href=\"Practitioner-practitioner-licensed-physician.html\">Practitioner Dave Doctor </a></p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">URI</a>/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.32 J07BA01}\">Inaktivoitu puutiaisaivotulehdusrokote (koko virus)</span></p><p><b>patient</b>: <a href=\"Patient-patient-of-municipality.html\">Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-id-for-palvelutapahtuma.html\">Encounter: identifier = urn:oid:1.2.246.10.6794809.14011.2023.200035 (use: official, ); status = in-progress; class = inpatient encounter (ActCode#IMP); period = 2022-02-27 01:03:00+0200 --&gt; (ongoing)</a></p><p><b>occurrence</b>: 2023-01-10</p><p><b>primarySource</b>: false</p><p><b>location</b>: <a href=\"Location-LocationExample.html\">Location Kirurgian poliklinikka</a></p><p><b>expirationDate</b>: 2025-02-15</p><p><b>site</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.110 OO}\">OO</span></p><p><b>route</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.111 IM}\">IM</span></p><p><b>doseQuantity</b>: 5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></td><td><a href=\"Practitioner-practitioner-licensed-physician.html\">Practitioner Dave Doctor </a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 429060002}\">Procedure to meet occupational requirement</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><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:1.2.246.537.6.609 TBE}\">TBE</span></td><td>1</td><td>3</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/vaccination-recorder"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/practitioner-licensed-physician" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.32"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2007" ] ;
fhir:code [ fhir:v "J07BA01" ]     ] ) ;
fhir:text [ fhir:v "Inaktivoitu puutiaisaivotulehdusrokote (koko virus)" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient-of-municipality" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/id-for-palvelutapahtuma" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2023-01-10"^^xsd:date] ; # 
  fhir:primarySource [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/LocationExample" ]
  ] ; # 
  fhir:expirationDate [ fhir:v "2025-02-15"^^xsd:date] ; # 
  fhir:site [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.110"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2007" ] ;
fhir:code [ fhir:v "OO" ]     ] )
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.111"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2007" ] ;
fhir:code [ fhir:v "IM" ]     ] )
  ] ; # 
  fhir:doseQuantity [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]
  ] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AP" ]       ] )     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-licensed-physician" ]     ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:429060002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "429060002" ]     ] )
  ] ) ; # 
  fhir:protocolApplied ( [
    ( fhir:targetDisease [
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.609"^^xsd:anyURI ] ;
fhir:version [ fhir:v "20150" ] ;
fhir:code [ fhir:v "TBE" ]       ] )     ] ) ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:seriesDoses [ fhir:v "3"^^xsd:positiveInteger ]
  ] ) . #