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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeImmunization
IdImmunization-imm-1.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 imm-1

version: 9; Last updated: 2021-07-13 20:01:54+0000;

Information Source: #wWskYUsopfP05ugN

Profile: US Core Immunization Profile

status: Completed

vaccineCode: hepatitis B vaccine, pediatric or pediatric/adolescent dosage

patient: Patient A

occurrence: 2020-01-04

primarySource: false


Source1

{
  "resourceType": "Immunization",
  "id": "imm-1",
  "meta": {
    "versionId": "9",
    "lastUpdated": "2021-07-13T20:01:54.521+00:00",
    "source": "#wWskYUsopfP05ugN",
    "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": "08",
        "display": "hepatitis B vaccine, pediatric or pediatric/adolescent dosage"
      }
    ]
  },
  "patient": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "occurrenceDateTime": "2020-01-04",
  "primarySource": false
}