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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeImmunizationRecommendation
Idnl-core-Vaccination-request-01.json
FHIR VersionR4

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: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen.
Gemaakt: . Status: Due
DKTP/HIB-vaccin
5 maart 2029 - 30980-7 (LOINC)

Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "nl-core-Vaccination-request-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Vaccination-request"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "date": "2021-11-19T21:17:13.24+01:00",
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://www.whocc.no/atc",
              "code": "J07CA06",
              "display": "DKTP/HIB-vaccin"
            }
          ]
        }
      ],
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due",
            "display": "Due"
          }
        ]
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30980-7"
              }
            ]
          },
          "value": "2029-03-05"
        }
      ],
      "description": "Volgens Rijksvaccinatieprogramma."
    }
  ]
}