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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeImmunization
IdImmunization-Immunization-CovidExample.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

Generated Narrative: Immunization Immunization-CovidExample

Immunization AdministeredProduct

status: Completed

vaccineCode: SARS-CoV-2 vaccine

patient: Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)

occurrence: 2021-05-05

primarySource: true

manufacturer: Organization Pfizer s.r.o.

note:

Pacient dostal druhou dávku vakcíny Comirnaty.

ProtocolApplieds

-TargetDiseaseDoseNumber[x]
*COVID-192

Source1

{
  "resourceType": "Immunization",
  "id": "Immunization-CovidExample",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunization-hdr"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "reference",
          "valueReference": {
            "reference": "Medication/med-CovidVaccineComirnaty"
          }
        }
      ],
      "url": "http://hl7.eu/fhir/hdr/StructureDefinition/immunization-administeredProduct"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "28531000087107",
        "display": "SARS-CoV-2 vaccine"
      }
    ]
  },
  "patient": {
    "reference": "Patient/3f85726c-ad2f-441b-89ce-100000000000"
  },
  "occurrenceDateTime": "2021-05-05",
  "primarySource": true,
  "manufacturer": {
    "reference": "Organization/Organization-Pfizer"
  },
  "note": [
    {
      "text": "Pacient dostal druhou dávku vakcíny Comirnaty."
    }
  ],
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "840539006",
              "display": "COVID-19"
            }
          ]
        }
      ],
      "doseNumberPositiveInt": 2
    }
  ]
}