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 ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Immunization/SDOHCC-ImmunizationChildhoodImmunizationsExample> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SDOHCC-ImmunizationChildhoodImmunizationsExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|7.0.0" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|7.0.0>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU7/StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a> version: 7.0.0</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: 65313516351 (use: usual, ))</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>"
  ] ;
  fhir:Immunization.status [ fhir:value "completed"] ;
  fhir:Immunization.vaccineCode [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/cvx" ] ;
       fhir:Coding.code [ fhir:value "20" ] ;
       fhir:Coding.display [ fhir:value "diphtheria, tetanus toxoids and acellular pertussis vaccine" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/ndc" ] ;
       fhir:Coding.code [ fhir:value "58160081011" ] ;
       fhir:Coding.display [ fhir:value "INFANRIX, 10 VIAL in 1 CARTON (58160-810-11) > .5 mL in 1 VIAL (58160-810-01) (package)" ]
     ]
  ] ;
  fhir:Immunization.patient [
     fhir:link <http://hl7.org/fhir/Patient/SDOHCC-PatientBabyAbbas> ;
     fhir:Reference.reference [ fhir:value "Patient/SDOHCC-PatientBabyAbbas" ]
  ] ;
  fhir:Immunization.occurrenceDateTime [ fhir:value "2024-06-15"^^xsd:date] ;
  fhir:Immunization.lotNumber [ fhir:value "DTAP12345"] ;
  fhir:Immunization.site [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:368208006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "368208006" ] ;
       fhir:Coding.display [ fhir:value "Left upper arm structure" ]
     ]
  ] ;
  fhir:Immunization.performer [
     fhir:index -1 ;
     fhir:Immunization.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/SDOHCC-PractitionerDrJanWaterExample> ;
       fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-PractitionerDrJanWaterExample" ] ;
       fhir:Reference.display [ fhir:value "Dr Jan Water" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/SDOHCC-PatientBabyAbbas> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/SDOHCC-PractitionerDrJanWaterExample> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Immunization/SDOHCC-ImmunizationChildhoodImmunizationsExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Immunization/SDOHCC-ImmunizationChildhoodImmunizationsExample.ttl> .