@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://fhir.ehdsi.eu/mvc-package/ValueSet/eHDSIVitalSignCode> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHDSIVitalSignCode"] ; # 
  fhir:url [
     fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIVitalSignCode"^^xsd:anyURI ;
     fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSIVitalSignCode>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.96" ]
  ] ) ; # 
  fhir:version [ fhir:v "9.1.0"] ; # 
  fhir:name [ fhir:v "EHDSIVitalSignCode"] ; # 
  fhir:title [ fhir:v "eHDSI Vital Sign Code"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-08T11:21:08+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MyHealth@Eu"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MyHealth@Eu" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Value set is used for the standard vital sign and anthropometric observation codes."] ; # 
  fhir:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "2708-6" ] ;
         fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ]
       ] [
         fhir:code [ fhir:v "29463-7" ] ;
         fhir:display [ fhir:v "Body weight" ]
       ] [
         fhir:code [ fhir:v "39156-5" ] ;
         fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ]
       ] [
         fhir:code [ fhir:v "8302-2" ] ;
         fhir:display [ fhir:v "Body height" ]
       ] [
         fhir:code [ fhir:v "8310-5" ] ;
         fhir:display [ fhir:v "Body temperature" ]
       ] [
         fhir:code [ fhir:v "8462-4" ] ;
         fhir:display [ fhir:v "Diastolic blood pressure" ]
       ] [
         fhir:code [ fhir:v "8478-0" ] ;
         fhir:display [ fhir:v "Mean blood pressure" ]
       ] [
         fhir:code [ fhir:v "8480-6" ] ;
         fhir:display [ fhir:v "Systolic blood pressure" ]
       ] [
         fhir:code [ fhir:v "85353-1" ] ;
         fhir:display [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ]
       ] [
         fhir:code [ fhir:v "85354-9" ] ;
         fhir:display [ fhir:v "Blood pressure panel with all children optional" ]
       ] [
         fhir:code [ fhir:v "8867-4" ] ;
         fhir:display [ fhir:v "Heart rate" ]
       ] [
         fhir:code [ fhir:v "9279-1" ] ;
         fhir:display [ fhir:v "Respiratory rate" ]
       ] [
         fhir:code [ fhir:v "9843-4" ] ;
         fhir:display [ fhir:v "Head Occipital-frontal circumference" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

