AU Core Implementation Guide
0.4.0-preview - Preview Australia flag

This page is part of the AU Core (v0.4.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Immunization - COVID Dose 1 - TTL Representation

Page standards status: Informative

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 "covid-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-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=\"covid-1\"> </a><a name=\"hccovid-1\"> </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\">ResourceImmunization &quot;covid-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-immunization.html\">AU Core Immunization</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Pfizer Comirnaty <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (air-vaccine-code-formats#COMIRN; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1525011000168107 &quot;Comirnaty&quot;)</span></p><p><b>patient</b>: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> &quot; BENNELONG&quot;</p><p><b>encounter</b>: <a href=\"Encounter-covid-admin-1.html\">Encounter/covid-admin-1</a></p><p><b>occurrence</b>: 2021-06-17</p><p><b>recorded</b>: 2021-06-17</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-bobrester-medical-center.html\">Location/bobrester-medical-center</a> &quot;Tindal Building&quot;</p><p><b>manufacturer</b>: <span>: Pfizer Australia Ltd</span></p><p><b>lotNumber</b>: 200000000P</p><p><b>site</b>: Left upper arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#368208006 &quot;Left upper arm structure&quot;)</span></p><p><b>route</b>: Intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78421000 &quot;Intramuscular route&quot;)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COMIRN" ]     ] [
a sct:1525011000168107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1525011000168107" ] ;
fhir:display [ fhir:v "Comirnaty" ]     ] ) ;
fhir:text [ fhir:v "Pfizer Comirnaty" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/bennelong-anne" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/covid-admin-1" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2021-06-17"^^xsd:date] ; # 
  fhir:recorded [ fhir:v "2021-06-17"^^xsd:date] ; # 
  fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/bobrester-medical-center" ]
  ] ; # 
  fhir:manufacturer [
fhir:display [ fhir:v "Pfizer Australia Ltd" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "200000000P"] ; # Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values
  fhir:site [
    ( fhir:coding [
a sct:368208006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "368208006" ] ;
fhir:display [ fhir:v "Left upper arm structure" ]     ] ) ;
fhir:text [ fhir:v "Left upper arm" ]
  ] ; # 
  fhir:route [
    ( fhir:coding [
a sct:78421000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78421000" ] ;
fhir:display [ fhir:v "Intramuscular route" ]     ] ) ;
fhir:text [ fhir:v "Intramuscular" ]
  ] . #