@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "immunisation-full-example"] ; # fhir:meta [ fhir:versionId [ fhir:v "immunisation-full-example" ] ; fhir:lastUpdated [ fhir:v "2024-05-16T13:42:31+12:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-immunisation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization immunisation-full-example

version: immunisation-full-example; Last updated: 2024-05-16 13:42:31+1200

Profile: Immunisation Profile

Vaccine Vial Serial Number: SRQ123456

status: Not Done

statusReason: medical precaution

vaccineCode: Fluzone High-Dose (FLUHID)

patient: Mrs Ab Cd

occurrence: 2024-05-16 13:39:02+1200

recorded: 2024-05-16 13:42:31+1200

lotNumber: AAN11K

expirationDate: 2024-05-16

site: Left Arm

route: Injection, intramuscular

performer

function: Ordering Provider

actor: Dr Alex Api

performer

function: Administering Provider

actor: Dr Alex Api

note:

Test to vaccine

\n

ProtocolApplieds

-DoseNumber[x]
*1
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/vaccine-serial-number-1"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "SRQ123456" ] ] ) ; # fhir:status [ fhir:v "not-done"] ; # fhir:statusReason [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ; fhir:code [ fhir:v "MEDPREC" ] ; fhir:display [ fhir:v "medical precaution" ] ] ) ] ; # fhir:vaccineCode [ fhir:coding ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/vaccine-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "FLUHID" ] ; fhir:display [ fhir:v "Fluzone High-Dose" ] ] ) ; fhir:text [ fhir:v "Fluzone High-Dose (FLUHID)" ] ] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/f65bafbe50e227833397bd3292b33e06" ] ; fhir:display [ fhir:v "Mrs Ab Cd" ] ] ; # fhir:occurrence [ a fhir:dateTime ; fhir:v "2024-05-16T13:39:02+12:00"^^xsd:dateTime ] ; # fhir:recorded [ fhir:v "2024-05-16T13:42:31+12:00"^^xsd:dateTime] ; # fhir:lotNumber [ fhir:v "AAN11K"] ; # fhir:expirationDate [ fhir:v "2024-05-16"^^xsd:date] ; # fhir:site [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActSite"^^xsd:anyURI ] ; fhir:code [ fhir:v "LA" ] ; fhir:display [ fhir:v "Left Arm" ] ] ) ] ; # fhir:route [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ] ; fhir:code [ fhir:v "IM" ] ; fhir:display [ fhir:v "Injection, intramuscular" ] ] ) ] ; # fhir:performer ( [ fhir:function [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ; fhir:code [ fhir:v "OP" ] ; fhir:display [ fhir:v "Ordering Provider" ] ] ) ] ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ; fhir:display [ fhir:v "Dr Alex Api" ] ] ] [ fhir:function [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ; fhir:code [ fhir:v "AP" ] ; fhir:display [ fhir:v "Administering Provider" ] ] ) ] ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ; fhir:display [ fhir:v "Dr Alex Api" ] ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Test to vaccine" ] ] ) ; # fhir:protocolApplied ( [ fhir:doseNumber [ a fhir:positiveInt ; fhir:v "1"^^xsd:positiveInteger ] ] ) . # # -------------------------------------------------------------------------------------