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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeImmunization
IdImmunization-immunization-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 immunization-example

status: Completed

vaccineCode: Influenza, split virus, quadrivalent, preservative

patient: Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

occurrence: 2024-10-15

primarySource: true

location: Location General Hospital - Main Campus

manufacturer: Organization General Hospital

lotNumber: 123456A

expirationDate: 2025-06-30

site: Left upper arm structure

route: Intramuscular route

doseQuantity: 0.5 mL

Performers

-Actor
*Practitioner Joseph P Nichols (official)

isSubpotent: false

Educations

-DocumentTypePublicationDatePresentationDate
*VIS2024-08-012024-10-15

Source1

{
  "resourceType": "Immunization",
  "id": "immunization-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "158",
        "display": "Influenza, split virus, quadrivalent, preservative"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-ledner"
  },
  "occurrenceDateTime": "2024-10-15",
  "primarySource": true,
  "location": {
    "reference": "Location/location-example"
  },
  "manufacturer": {
    "reference": "Organization/organization-example"
  },
  "lotNumber": "123456A",
  "expirationDate": "2025-06-30",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm structure"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "78421000",
        "display": "Intramuscular route"
      }
    ]
  },
  "doseQuantity": {
    "value": 0.5,
    "unit": "mL"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-nichols"
      }
    }
  ],
  "isSubpotent": false,
  "education": [
    {
      "documentType": "VIS",
      "publicationDate": "2024-08-01",
      "presentationDate": "2024-10-15"
    }
  ]
}