QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "ImmunizationEvaluation",
"id" : "example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationevaluation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</p><p><b>patient</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>date</b>: Jan 10, 2013 12:00:00 AM</p><p><b>authority</b>: <a href=\"Organization-example.html\">Generated Summary: id: example; ??; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type team}\">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p><p><b>targetDisease</b>: Gestational rubella syndrome <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '1857005' = 'Gestational rubella syndrome)</span></p><p><b>immunizationEvent</b>: <a href=\"Immunization-example.html\">Generated Summary: id: example; urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234; status: completed; <span title=\"Codes: {urn:oid:1.2.36.1.2001.1005.17 FLUVAX}\">Fluvax (Influenza)</span>; occurrence: Jan 1, 2013 12:00:00 AM; recorded: Jan 10, 2013 12:00:00 AM; primarySource; lotNumber: AAJN11K; expirationDate: 2015-02-15; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActSite LA}\">left arm</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IM}\">Injection, intramuscular</span>; 5 mg; Annotation: Notes on adminstration of vaccine; <span title=\"Codes: {http://snomed.info/sct 429060002}\">Procedure to meet occupational requirement</span></a></p><p><b>doseStatus</b>: Valid <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status code 'valid' = 'Valid', given as 'Valid'})</span></p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p></div>"
},
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
}
],
"status" : "completed",
"patient" : {
"reference" : "Patient/example"
},
"date" : "2013-01-10",
"authority" : {
"reference" : "Organization/example"
},
"targetDisease" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1857005"
}
]
},
"immunizationEvent" : {
"reference" : "Immunization/example"
},
"doseStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status",
"code" : "valid",
"display" : "Valid"
}
]
},
"series" : "Vaccination Series 1",
"doseNumberPositiveInt" : 1,
"seriesDosesPositiveInt" : 3
}