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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeImmunization
IdImmunization-imm-example.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


Source1

{
  "resourceType": "Immunization",
  "id": "imm-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Immunization-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "197",
        "display": "Influenza, high-dose, quadrivalent, PF"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "49281012165",
        "display": "FLUZONE High-Dose Quadrivalent Northern Hemisphere, 10 SYRINGE, GLASS in 1 PACKAGE (49281-121-65) > .7 mL in 1 SYRINGE, GLASS (49281-121-88) (package)"
      }
    ],
    "text": "Influenza, high-dose, quadrivalent, PF"
  },
  "patient": {
    "reference": "Patient/pat-example"
  },
  "encounter": {
    "reference": "Encounter/enc-example"
  },
  "occurrenceDateTime": "2020-11-19T12:46:57-08:00",
  "primarySource": false,
  "location": {
    "reference": "Location/loc-ent-example"
  }
}