FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeImmunizationRecommendation
Idzib-VaccinationRecommendation-01.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Vaccinatieschema. Patiƫnt: Johan XXX_Helleman. Id: 1f046007-8fdf-11ec-2006-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6)
Gemaakt: 2019. Status: Due
hepatitis A immunoglobulin
2018 - Recommended
Eerdere vaccinatiehepatitis A immunoglobulin

Source1

{
  "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"
        }
      ]
    }
  ]
}