@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 "db1b8c4e-4175-11e9-97b5-0753fbae2fb1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2021-10-27T01:43:30Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-immunisation"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-immunisation> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"db1b8c4e-4175-11e9-97b5-0753fbae2fb1\"> </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 "db1b8c4e-4175-11e9-97b5-0753fbae2fb1" Updated "2021-10-27 01:43:30+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-immunisation.html\">MR Immunisation</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSystem/v3-Confidentiality}\">http://terminology.hl7.org/CodeSystem/v3-Confidentiality</span></p></div><p><b>Vaccine Serial Number Extension</b>: 126599092844</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Infanrix Hexa <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#12341000168106; air-vaccine-code-formats#IFHX)</span></p><p><b>patient</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> " GREY"</p><p><b>encounter</b>: <a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g</a></p><p><b>occurrence</b>: 2021-10-27</p><p><b>recorded</b>: 2021-10-27</p><p><b>lotNumber</b>: 18921KI</p><p><b>site</b>: Structure of left upper arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#368208006)</span></p><p><b>route</b>: Oral route <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</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>Administering Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v2-0443.html\">providerRole</a>#AP)</span></td><td><a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> " SMITH"</td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>1</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-vaccine-serial-number-extn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "126599092844" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
a sct:12341000168106 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "12341000168106" ] ;
fhir:display [ fhir:v "Infanrix Hexa" ] ] [
fhir:system [ fhir:v "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IFHX" ] ;
fhir:display [ fhir:v "Infanrix Hexa" ] ] ) ;
fhir:text [ fhir:v "Infanrix Hexa" ]
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g" ]
] ; #
fhir:occurrence [ fhir:v "2021-10-27"^^xsd:date] ; #
fhir:recorded [ fhir:v "2021-10-27"^^xsd:date] ; #
fhir:lotNumber [ fhir:v "18921KI"] ; #
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 "Structure of left upper arm" ] ] )
] ; #
fhir:route [
( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ] ] )
] ; #
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:display [ fhir:v "Administering Provider" ] ] ) ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054" ] ]
] ) ; #
fhir:protocolApplied ( [
fhir:series [ fhir:v "1" ] ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ]
] ) . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2024-10-28
Links: Table of Contents |
QA Report