HL7 Europe Patient Summary
1.0.0-ballot - ci-build 150

This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Vital Signs - TTL Representation

Raw ttl | Download


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

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "62e65dfb-d837-4556-8e75-2ca7a6fe6e40"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/vitalsigns"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/vitalsigns>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Body Height</td><td>158.3 cm</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:8302-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "8302-2" ] ;
fhir:display [ fhir:v "Body Height" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3 ;
fhir:reference [ fhir:v "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ;
fhir:display [ fhir:v "Petra Schwartz" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2025-07-14"^^xsd:date
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 158.3 ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "cm" ]
  ] . #