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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeImmunization
IdImmunization-ex-immunization-correction.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 ex-immunization-correction

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

identifier: http://example.org/immunization-identifiers/immu-covid19-001-corrected

status: Completed

vaccineCode: COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose

patient: https://example.org/Patient/ex-patient

occurrence: 2023-03-01 09:00:00+0000

lotNumber: 67890

site: Right Arm

route: Intramuscular

Performers

-Actor
*https://example.org/Practitioner/ex-practitioner

note: ,

Corrected immunization record to reflect the accurate vaccine dose and administration site.

Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm.


Source1

{
  "resourceType": "Immunization",
  "id": "ex-immunization-correction",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/immunization-identifiers",
      "value": "immu-covid19-001-corrected"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "208"
      }
    ],
    "text": "COVID-19, mRNA, LNP-S, PF, 50 mcg/0.25 mL dose"
  },
  "patient": {
    "reference": "https://example.org/Patient/ex-patient"
  },
  "occurrenceDateTime": "2023-03-01T09:00:00Z",
  "lotNumber": "67890",
  "site": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code": "RA"
      }
    ],
    "text": "Right Arm"
  },
  "route": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code": "IM"
      }
    ],
    "text": "Intramuscular"
  },
  "performer": [
    {
      "actor": {
        "reference": "https://example.org/Practitioner/ex-practitioner"
      }
    }
  ],
  "note": [
    {
      "text": "Corrected immunization record to reflect the accurate vaccine dose\n  and administration site."
    },
    {
      "text": "Original record indicated 100 mcg dose in left arm; corrected to 50 mcg dose in right arm."
    }
  ]
}