XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

XpanDH Hospital Discharge Report, published by XpanDH Project. 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-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions

: Vital Signs Observation Value Set - TTL Representation

Page standards status: Draft Maturity Level: 1

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vital-signs-observation-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-anthropometric-observation-vs.html\">Anthropometric Observation Value Set</a></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/364075005\">364075005</a></td><td>Heart rate (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/86290005\">86290005</a></td><td>Respiratory rate (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/75367002\">75367002</a></td><td>Blood pressure (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/386725007\">386725007</a></td><td>Body temperature (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/103228002\">103228002</a></td><td>Hemoglobin saturation with oxygen (observable entity)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "draft" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/vital-signs-observation-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AllVitalSignsObservationVS"] ; # 
  fhir:title [ fhir:v "Vital Signs Observation Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-19T04:19:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "XpanDH Project"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "XpanDH Project" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://xpandh-project.iscte-iul.pt" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The vital sign obsevrvation codes from the XpanDH Vital Signs."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/anthropometric-observation-vs"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/anthropometric-observation-vs>       ] )     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "364075005" ] ;
fhir:display [ fhir:v "Heart rate (observable entity)" ]       ] [
fhir:code [ fhir:v "86290005" ] ;
fhir:display [ fhir:v "Respiratory rate (observable entity)" ]       ] [
fhir:code [ fhir:v "75367002" ] ;
fhir:display [ fhir:v "Blood pressure (observable entity)" ]       ] [
fhir:code [ fhir:v "386725007" ] ;
fhir:display [ fhir:v "Body temperature (observable entity)" ]       ] [
fhir:code [ fhir:v "103228002" ] ;
fhir:display [ fhir:v "Hemoglobin saturation with oxygen (observable entity)" ]       ] )     ] )
  ] . #