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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeImmunization
IdImmunization-SDOHCC-ImmunizationChildhoodImmunizationsExample.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 SDOHCC-ImmunizationChildhoodImmunizationsExample

status: Completed

vaccineCode: diphtheria, tetanus toxoids and acellular pertussis vaccine

patient: BABY ABBAS Male, DoB: 2023-06-15 ( Medical Record Number: 65313516351 (use: usual, ))

occurrence: 2024-06-15

lotNumber: DTAP12345

site: Left upper arm structure

Performers

-Actor
*Dr Jan Water

Source1

{
  "resourceType": "Immunization",
  "id": "SDOHCC-ImmunizationChildhoodImmunizationsExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|7.0.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/cvx",
        "code": "20",
        "display": "diphtheria, tetanus toxoids and acellular pertussis vaccine"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "58160081011",
        "display": "INFANRIX, 10 VIAL in 1 CARTON (58160-810-11) > .5 mL in 1 VIAL (58160-810-01) (package)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/SDOHCC-PatientBabyAbbas"
  },
  "occurrenceDateTime": "2024-06-15",
  "lotNumber": "DTAP12345",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm structure"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/SDOHCC-PractitionerDrJanWaterExample",
        "display": "Dr Jan Water"
      }
    }
  ]
}