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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeImmunization
IdImmunization-statusreason-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

Generated Narrative: Immunization statusreason-example

status: Entered in Error

statusReason: Duplicate seasonal influenza immunization record entered in error after chart review

vaccineCode: Seasonal influenza vaccine

patient: Jim Chalmers Male, DoB: 1974-12-25 ( Social Security number (use: usual, period: 2001-05-06 --> (ongoing)))

encounter: Encounter: identifier = http://example.org/encounters#ENC-20130404-appendicitis; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.; period = 2013-04-04 18:00:00-0400 --> 2013-04-06 11:00:00-0400

occurrence: 2013-01-01

recorded: 2013-01-10

primarySource: false


Source1

{
  "resourceType": "Immunization",
  "id": "statusreason-example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "entered-in-error",
  "statusReason": {
    "text": "Duplicate seasonal influenza immunization record entered in error after chart review"
  },
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "140",
        "display": "Influenza, seasonal, injectable, preservative free"
      }
    ],
    "text": "Seasonal influenza vaccine"
  },
  "patient": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "occurrenceDateTime": "2013-01-01",
  "recorded": "2013-01-10",
  "primarySource": false
}