Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build
Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ImmunizationRecommendation",
"id" : "zib-vaccinationrecommendation-01",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <caption>Vaccinatieschema. Patiënt: <a href=\"Patient/nl-core-patient-01\">Johan\n XXX_Helleman</a>. </caption>\n <tbody>\n <tr>\n <th>Gemaakt: 2019. Status: <span title=\"Due (due - immunization-recommendation-status)\">Due</span>\n <div>\n <span title=\"hepatitis A immunoglobulin (J06BB11 - http://www.whocc.no/atc)\">hepatitis A immunoglobulin</span>\n </div>\n </th>\n <td>\n <div>2018 - <span title=\"Recommended (recommended - immunization-recommendation-date-criterion)\">Recommended</span>\n </div>\n </td>\n </tr>\n <tr>\n <th>Eerdere vaccinatie</th>\n <td>\n <a href=\"Immunization/zib-vaccination-01\">hepatitis A immunoglobulin</a>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation-OrderStatus",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/ActStatus",
"code" : "new",
"display" : "Ordered"
}
]
}
}
],
"patient" : {
🔗 "reference" : "Patient/nl-core-patient-01",
"display" : "Johan XXX_Helleman"
},
"recommendation" : [
{
"date" : "2019",
"vaccineCode" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "J06BB11",
"display" : "hepatitis A immunoglobulin"
}
]
},
"forecastStatus" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/immunization-recommendation-status",
"code" : "due",
"display" : "Due"
}
]
},
"dateCriterion" : [
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"code" : "recommended",
"display" : "Recommended"
}
]
},
"value" : "2018"
}
],
"supportingImmunization" : [
{
🔗 "reference" : "Immunization/zib-vaccination-01",
"display" : "hepatitis A immunoglobulin"
}
]
}
]
}