US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: flu-vaccine-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "flu-vaccine-example-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|7.0.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization flu-vaccine-example-1</b></p><a name=\"flu-vaccine-example-1\"> </a><a name=\"hcflu-vaccine-example-1\"> </a><a name=\"flu-vaccine-example-1-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 168}, {http://hl7.org/fhir/sid/ndc 49281012165}\">Influenza, adjuvanted, inactivated, trivalent, injectable, preservative free</span></p><p><b>patient</b>: <a href=\"Patient-bh-patient-example.html\">James Wolff</a></p><p><b>occurrence</b>: 2023-11-19 12:46:57-0800</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "168",
        "display" : "Influenza, adjuvanted, inactivated, trivalent, injectable, preservative free"
      },
      {
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "49281012165",
        "display" : "FLUZONE High-Dose Quadrivalent Northern Hemisphere, 10 SYRINGE, GLASS in 1 PACKAGE (49281-121-65) > .7 mL in 1 SYRINGE, GLASS (49281-121-88) (package)"
      }
    ],
    "text" : "Influenza, adjuvanted, inactivated, trivalent, injectable, preservative free"
  },
  "patient" : {
    🔗 "reference" : "Patient/bh-patient-example",
    "display" : "James Wolff"
  },
  "occurrenceDateTime" : "2023-11-19T12:46:57-08:00"
}