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

FHIR IG analytics

Packagehl7.fhir.us.ccda
Resource TypeImmunization
IdImmunization-immunization.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

version: 4; Last updated: 2020-08-12 19:18:13+0000;

Information Source: #GZdcyuPrL6zv6dDA

Profile: US Core Immunization Profile

status: Completed

vaccineCode: influenza, injectable, quadrivalent, contains preservative

patient: Amy Shaw

occurrence: 2016-01-08

primarySource: false


Source1

{
  "resourceType": "Immunization",
  "id": "immunization",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2020-08-12T19:18:13.351+00:00",
    "source": "#GZdcyuPrL6zv6dDA",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "158",
        "display": "influenza, injectable, quadrivalent, contains preservative"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "occurrenceDateTime": "2016-01-08",
  "primarySource": false
}