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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeImmunization
IdImmunization-immunization-example-ach-daily-influenzatherapeutic.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-example-ach-daily-influenzatherapeutic

identifier: URI/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234

status: Completed

vaccineCode: Fluvax

patient: ACHDaily InfluenzaTherapeutic(official) Male, DoB: 2020-02-29 ( MRN: 1000009001 (use: usual, ))

encounter: Encounter: identifier = urn:oid:2.16.840.1.113883.19.5.1.698.8#123456789987 (use: usual, ); status = finished; class = Inpatient Acute (ActCode[9.0.0]#ACUTE); type = Emergency hospital admission (procedure); period = 2024-01-01 08:00:00+0000 --> 2024-01-04 12:00:00+0000; reasonCode = Fever with chills

occurrence: 2024-01-02

primarySource: true

lotNumber: AAJN11K

expirationDate: 2025-02-15

doseQuantity: 5 mg (Details: UCUM codemg = 'mg')

note:

Notes on administration of vaccine

isSubpotent: true


Source1

{
  "resourceType": "Immunization",
  "id": "immunization-example-ach-daily-influenzatherapeutic",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "urn:oid:1.2.36.1.2001.1005.17",
        "code": "FLUVAX"
      }
    ],
    "text": "Fluvax"
  },
  "patient": {
    "reference": "Patient/patient-example-ach-daily-influenzatherapeutic"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-daily-influenzatherapeutic"
  },
  "occurrenceDateTime": "2024-01-02",
  "primarySource": true,
  "lotNumber": "AAJN11K",
  "expirationDate": "2025-02-15",
  "doseQuantity": {
    "value": 5,
    "system": "http://unitsofmeasure.org",
    "code": "mg"
  },
  "note": [
    {
      "text": "Notes on administration of vaccine"
    }
  ],
  "isSubpotent": true
}