SDOH Clinical Care
3.0.0-ballot - STU 3 Ballot United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Immunization Childhood Immunizations Example

Page standards status: Informative

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization SDOHCC-ImmunizationChildhoodImmunizationsExample</b></p><a name=\"SDOHCC-ImmunizationChildhoodImmunizationsExample\"> </a><a name=\"hcSDOHCC-ImmunizationChildhoodImmunizationsExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU7/StructureDefinition-us-core-immunization.html\">US Core Immunization Profileversion: null7.0.0)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 20}, {http://hl7.org/fhir/sid/ndc 58160081011}\">diphtheria, tetanus toxoids and acellular pertussis vaccine</span></p><p><b>patient</b>: <a href=\"Patient-SDOHCC-PatientBabyAbbas.html\">BABY ABBAS  Male, DoB: 2023-06-15 ( Medical Record Number:\u00a065313516351\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>occurrence</b>: 2024-06-15</p><p><b>lotNumber</b>: DTAP12345</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-SDOHCC-PractitionerDrJanWaterExample.html\">Dr Jan Water</a></td></tr></table></div>"
  },
  "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"
      }
    }
  ]
}