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

FHIR IG analytics

Packagevcds-ig.euvabeco.net
Resource TypeImmunization
IdImmunization-example-immunization.json
FHIR VersionR5

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 example-immunization

Profile: Immunization

status: Completed

vaccineCode: GARDASIL

patient: Anonymous Patient Female, DoB: 1995-01-22 ( 123456)

occurrence: 2012-03-17


Source1

{
  "resourceType": "Immunization",
  "id": "example-immunization",
  "meta": {
    "profile": [
      "https://euvabeco.net/vcds-ig/StructureDefinition/Immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://euvabeco.net/vcds-ig/CodeSystem/NUVA",
        "code": "VAC007",
        "display": "GARDASIL"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example-patient"
  },
  "occurrenceDateTime": "2012-03-17"
}