FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | ImmunizationRecommendation |
| Id | zib-VaccinationRecommendation-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Gemaakt: 2019. Status: Due hepatitis A immunoglobulin | 2018 - Recommended |
|---|---|
| Eerdere vaccinatie | hepatitis A immunoglobulin |
{
"resourceType": "ImmunizationRecommendation",
"id": "zib-vaccinationrecommendation-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation-OrderStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActStatus",
"code": "new",
"display": "Ordered"
}
]
}
}
],
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "1f046007-8fdf-11ec-2006-020000000000"
}
],
"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"
}
]
}
]
}