This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@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:Resource.id [ fhir:value "covid-2"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization";
fhir:index 0;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"covid-2\"> </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 "covid-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-immunization.html\">AU Core Immunization</a></p></div><p><b>Vaccine Vial Serial Number</b>: vNo1awef1111</p><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 "Comirnaty")</span></p><p><b>patient</b>: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> " THOMPSON"</p><p><b>occurrence</b>: 2021-08-01</p><p><b>recorded</b>: 2021-08-01</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-bobrester-medical-center.html\">Location/bobrester-medical-center</a> "Tindal Building"</p><p><b>manufacturer</b>: <span>: Pfizer Australia Ltd</span></p><p><b>lotNumber</b>: 300000000P</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>Administering Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0443.html\">providerRole</a>#AP)</span></td><td><a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</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>COVID-19 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#840539006)</span></td><td>2</td></tr></table></div>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number" ];
fhir:Extension.valueString [ fhir:value "vNo1awef1111" ] # Vial serial number below does not conform to reporting requirements to avoid conflict with real world values
]; #
fhir:Immunization.status [ fhir:value "completed"]; #
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats" ];
fhir:Coding.code [ fhir:value "COMIRN" ] ], [
fhir:index 1;
a sct:1525011000168107;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "1525011000168107" ];
fhir:Coding.display [ fhir:value "Comirnaty" ] ];
fhir:CodeableConcept.text [ fhir:value "Pfizer Comirnaty" ]
]; #
fhir:Immunization.patient [
fhir:Reference.reference [ fhir:value "Patient/bennelong-anne" ];
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "NI" ];
fhir:Coding.display [ fhir:value "National unique individual identifier" ] ];
fhir:CodeableConcept.text [ fhir:value "IHI" ] ];
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ];
fhir:Identifier.value [ fhir:value "8003608833357361" ] ]
]; #
fhir:Immunization.occurrenceDateTime [ fhir:value "2021-08-01"^^xsd:date]; #
fhir:Immunization.recorded [ fhir:value "2021-08-01"^^xsd:date]; #
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean]; #
fhir:Immunization.location [
fhir:Reference.reference [ fhir:value "Location/bobrester-medical-center" ]
]; #
fhir:Immunization.manufacturer [
fhir:Reference.display [ fhir:value "Pfizer Australia Ltd" ]
]; #
fhir:Immunization.lotNumber [ fhir:value "300000000P"]; # Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values
fhir:Immunization.performer [
fhir:index 0;
fhir:Immunization.performer.function [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0443" ];
fhir:Coding.code [ fhir:value "AP" ];
fhir:Coding.display [ fhir:value "Administering Provider" ] ];
fhir:CodeableConcept.text [ fhir:value "Administering Provider" ] ];
fhir:Immunization.performer.actor [
fhir:Reference.reference [ fhir:value "PractitionerRole/bobrester-bob-gp" ];
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "NPI" ];
fhir:Coding.display [ fhir:value "National provider identifier" ] ];
fhir:CodeableConcept.text [ fhir:value "HPI-I" ] ];
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ];
fhir:Identifier.value [ fhir:value "8003619900015717" ] ] ]
]; #
fhir:Immunization.protocolApplied [
fhir:index 0;
fhir:Immunization.protocolApplied.targetDisease [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:840539006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "840539006" ];
fhir:Coding.display [ fhir:value "COVID-19" ] ];
fhir:CodeableConcept.text [ fhir:value "COVID-19" ] ];
fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "2"^^xsd:positiveInteger ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.1.0-draft based on FHIR 4.0.1. Generated 2023-03-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change