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 Vital Signs WIC Eligibility Example - Height

Page standards status: Informative

Raw ttl | Download


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

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

<http://hl7.org/fhir/Observation/SDOHCC-VitalSignsHeightExample> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SDOHCC-VitalSignsHeightExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height|7.0.0" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height|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: Observation SDOHCC-VitalSignsHeightExample</b></p><a name=\"SDOHCC-VitalSignsHeightExample\"> </a><a name=\"hcSDOHCC-VitalSignsHeightExample\"> </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-body-height.html\">US Core Body Height Profile</a> version: 7.0.0</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}\">Body height</span></p><p><b>subject</b>: <a href=\"Patient-SDOHCC-PatientBabyAbbas.html\">BABY ABBAS  Male, DoB: 2023-06-15 ( Medical Record Number: 65313516351 (use: usual, ))</a></p><p><b>effective</b>: 2025-05-21</p><p><b>performer</b>: <a href=\"Practitioner-SDOHCC-PractitionerDrJanWaterExample.html\">Practitioner Dr Jan Water</a></p><p><b>value</b>: 85 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codecm = 'cm')</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "vital-signs" ] ;
       fhir:Coding.display [ fhir:value "Vital Signs" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:8302-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "8302-2" ] ;
       fhir:Coding.display [ fhir:value "Body height" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/SDOHCC-PatientBabyAbbas> ;
     fhir:Reference.reference [ fhir:value "Patient/SDOHCC-PatientBabyAbbas" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2025-05-21"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/SDOHCC-PractitionerDrJanWaterExample> ;
     fhir:Reference.reference [ fhir:value "Practitioner/SDOHCC-PractitionerDrJanWaterExample" ]
  ] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "85"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "cm" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "cm" ]
  ] .

<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/Observation/SDOHCC-VitalSignsHeightExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/SDOHCC-VitalSignsHeightExample.ttl> .