@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Immunization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mds"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"^^xsd:anyURI ; fhir:link ] ) ] ; # R4 conversion of MDS test data Bundle.id cb7921cb-ba17-11ec-833a-b1763b0a7715 fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Immunization mds

Vaccine Vial Serial Number: 12345678916

identifier: URI/urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810

status: Completed

vaccineCode: ProQuad

patient: Identifier: National unique individual identifier/8003608833630130

occurrence: 2022-04-07

primarySource: true

lotNumber: 12362

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*Measles Mumps Rubella VaricellaAbsent because : unknown
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345678916" ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810" ] ] ) ; # identifier from Bundle uploaded from AIR Medicare repository 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 "PROQAD" ] ; fhir:display [ fhir:v "ProQuad" ] ] ) ; fhir:text [ fhir:v "ProQuad" ] ] ; # fhir:patient [ fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608833630130" ] ] ] ; # fhir:occurrence [ fhir:v "2022-04-07"^^xsd:date] ; # fhir:primarySource [ fhir:v "true"^^xsd:boolean] ; # fhir:lotNumber [ fhir:v "12362"] ; # fhir:protocolApplied ( [ fhir:targetDisease ( [ fhir:text [ fhir:v "Measles Mumps Rubella Varicella" ] ] ) ; fhir:doseNumber [ a fhir:positiveInt ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ; fhir:value [ fhir:v "unknown" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------