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

FHIR IG analytics

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

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

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

status: Completed

vaccineCode: COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 mL dose

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

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

lotNumber: 12345

site: Left Arm

route: Intramuscular

Performers

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

note:

Patient tolerated the vaccine well with no immediate adverse reactions.


Source1

{
  "resourceType": "Immunization",
  "id": "ex-immunization-wrong",
  "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"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "207"
      }
    ],
    "text": "COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5 mL dose"
  },
  "patient": {
    "reference": "https://example.org/Patient/ex-patient"
  },
  "occurrenceDateTime": "2023-03-01T09:00:00Z",
  "lotNumber": "12345",
  "site": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code": "LA"
      }
    ],
    "text": "Left 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": "Patient tolerated the vaccine well with no immediate adverse reactions."
    }
  ]
}