NAPKON Vaccination Module
1.0.0 - trial-use

NAPKON Vaccination Module - Local Development build (v1.0.0). See the Directory of published versions

: COVID-19 Vaccination Done - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "COVIDVaccinationDone",
  "meta" : {
    "profile" : [
      "https://www.napkon.de/fhir/StructureDefinition/covid19-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title=\"Codes: {https://ec.europa.eu/health/documents/community-register/html/ EU/1/20/1528}, {http://snomed.info/sct 1119349007}\">Comirnaty</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatient.html\">Generated Summary: Medical record number: napkon-example-patient; maxi musterperson (OFFICIAL); gender: unknown; birthDate: 1990-08-08</a></p><p><b>occurrence</b>: Oct 1, 2021, 11:06:00 AM</p><p><b>lotNumber</b>: batch-no #2465</p><p><b>reasonCode</b>: <span title=\"Codes: {https://www.napkon.de/fhir/CodeSystem/napkon-vaccination-module 2004}\">Because everyone gets vaccinated</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 840539006}\">Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)</span></td><td>4</td></tr></table></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://ec.europa.eu/health/documents/community-register/html/",
        "code" : "EU/1/20/1528",
        "display" : "Comirnaty"
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/900000000000207008/version/20210731",
        "code" : "1119349007",
        "display" : "Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 messenger ribonucleic acid (medicinal product)"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/ExamplePatient"
  },
  "occurrenceDateTime" : "2021-10-01T13:06:00+02:00",
  "lotNumber" : "batch-no #2465",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "https://www.napkon.de/fhir/CodeSystem/napkon-vaccination-module",
          "code" : "2004",
          "display" : "Because everyone gets vaccinated"
        }
      ]
    }
  ],
  "protocolApplied" : [
    {
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/900000000000207008/version/20210731",
              "code" : "840539006",
              "display" : "Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)"
            }
          ]
        }
      ],
      "doseNumberPositiveInt" : 4
    }
  ]
}