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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypeImmunization
IdImmunization-BSJ-Immunization-PCV20.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 BSJ-Immunization-PCV20

Profile: US Core Immunization Profile version: 8.0.1

status: Completed

vaccineCode: pneumococcal conjugate vaccine, 13 valent

patient: Betsy Smith-Johnson

occurrence: 2025-11-19 15:00:00-0800

primarySource: false

location: Home Health - Motown

lotNumber: AAJN88P

Performers

-Actor
*Dr. Gerald Park

Source1

{
  "resourceType": "Immunization",
  "id": "BSJ-Immunization-PCV20",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "133",
        "display": "pneumococcal conjugate vaccine, 13 valent"
      }
    ],
    "text": "pneumococcal conjugate vaccine, 13 valent"
  },
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1",
    "display": "Betsy Smith-Johnson"
  },
  "occurrenceDateTime": "2025-11-19T15:00:00-08:00",
  "primarySource": false,
  "location": {
    "reference": "Location/org-Loc-HomeHealth-Motown",
    "display": "Home Health - Motown"
  },
  "lotNumber": "AAJN88P",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/Role-SNFDoc-GeraldPark",
        "display": "Dr. Gerald Park"
      }
    }
  ]
}