LACPass International Patient Summary (IPS) Guide
0.1.0 - ci-build
LACPass International Patient Summary (IPS) Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "LACImmunizationExample",
"meta" : {
"profile" : [
🔗 "http://lacpass.racsel.org/StructureDefinition/lac-immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"LACImmunizationExample\"> </a><a name=\"hcLACImmunizationExample\"> </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 "LACImmunizationExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-lac-immunization.html\">LAC_Immunization</a></p></div><p><b>DDCC Event Brand for Immunization</b>: XM4YL8 (Details: http://id.who.int/icd11/mms code XM4YL8 = 'XM4YL8', stated as 'null')</p><p><b>DDCC Vaccine Market Authorization for Immunization</b>: TEST (Details: http://worldhealthorganization.github.io/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem code TEST = 'TEST', stated as 'null')</p><p><b>DDCC Country Of Event for Immunization</b>: CL</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine, non-replicating viral vector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (mms#XM9QW8)</span></p><p><b>patient</b>: <a href=\"Patient-LACPatientExample.html\">Patient/LACPatientExample</a> " PENAFIEL"</p><p><b>occurrence</b>: 2020-11-15</p><p><b>location</b>: <span>: Administration center</span></p><p><b>lotNumber</b>: A1234</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>RA01 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (mms#RA01)</span></td><td>1</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://lacpass.racsel.org/StructureDefinition/DDCCEventBrand",
"valueCoding" : {
"system" : "http://id.who.int/icd11/mms",
"code" : "XM4YL8"
}
},
{
"url" : "http://lacpass.racsel.org/StructureDefinition/DDCCVaccineMarketAuthorization",
"valueCoding" : {
"system" : "http://worldhealthorganization.github.io/ddcc/CodeSystem/DDCC-Example-Test-CodeSystem",
"code" : "TEST"
}
},
{
"url" : "http://lacpass.racsel.org/StructureDefinition/DDCCCountryOfEvent",
"valueCode" : "CL"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://id.who.int/icd11/mms",
"code" : "XM9QW8",
"display" : "COVID-19 vaccine, non-replicating viral vector"
}
]
},
"patient" : {
🔗 "reference" : "Patient/LACPatientExample"
},
"occurrenceDateTime" : "2020-11-15",
"location" : {
"display" : "Administration center"
},
"lotNumber" : "A1234",
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://id.who.int/icd11/mms",
"code" : "RA01"
}
]
}
],
"doseNumberPositiveInt" : 1
}
]
}