@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/eHDSIAnthropometricCode> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHDSIAnthropometricCode"] ; # 
  fhir:url [
     fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIAnthropometricCode"^^xsd:anyURI ;
     fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSIAnthropometricCode>
  ] ; # 
  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.89" ]
  ] ) ; # 
  fhir:version [ fhir:v "9.1.0"] ; # 
  fhir:name [ fhir:v "EHDSIAnthropometricCode"] ; # 
  fhir:title [ fhir:v "eHDSI Anthropometric 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 anthropometric observation codes."] ; # 
  fhir:copyright [ fhir:v "The Value Set incorporates SNOMED CT®, used by permission of the International Health Terminology Standards Development Organisation, trading as SNOMED International. SNOMED CT was originally created by the College of American Pathologists. SNOMED CT is a registered trademark of the International Health Terminology Standards Development Organisation, all rights reserved. For further information on the use of SNOMED CT, including translations, implementers of MyHealth@EU should review usage terms or directly contact SNOMED International: info@snomed.org."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "165186003" ] ;
         fhir:display [ fhir:v "Skin-fold thickness" ]
       ] [
         fhir:code [ fhir:v "248364002" ] ;
         fhir:display [ fhir:v "Sum of skin-fold thickness" ]
       ] [
         fhir:code [ fhir:v "248366000" ] ;
         fhir:display [ fhir:v "Chest circumference" ]
       ] [
         fhir:code [ fhir:v "276361009" ] ;
         fhir:display [ fhir:v "Waist circumference" ]
       ] [
         fhir:code [ fhir:v "284471000" ] ;
         fhir:display [ fhir:v "Mid arm muscle circumference" ]
       ] [
         fhir:code [ fhir:v "284472007" ] ;
         fhir:display [ fhir:v "Hip circumference" ]
       ] [
         fhir:code [ fhir:v "284473002" ] ;
         fhir:display [ fhir:v "Mid upper arm circumference" ]
       ] [
         fhir:code [ fhir:v "301850002" ] ;
         fhir:display [ fhir:v "Biceps skin fold thickness" ]
       ] [
         fhir:code [ fhir:v "301851003" ] ;
         fhir:display [ fhir:v "Triceps skin fold thickness" ]
       ] [
         fhir:code [ fhir:v "301852005" ] ;
         fhir:display [ fhir:v "Scapular skin fold thickness" ]
       ] [
         fhir:code [ fhir:v "301853000" ] ;
         fhir:display [ fhir:v "Abdominal skin fold thickness" ]
       ] [
         fhir:code [ fhir:v "304698007" ] ;
         fhir:display [ fhir:v "Penis circumference" ]
       ] [
         fhir:code [ fhir:v "396552003" ] ;
         fhir:display [ fhir:v "Abdominal circumference" ]
       ] [
         fhir:code [ fhir:v "413155006" ] ;
         fhir:display [ fhir:v "Right ankle circumference" ]
       ] [
         fhir:code [ fhir:v "413156007" ] ;
         fhir:display [ fhir:v "Left ankle circumference" ]
       ] [
         fhir:code [ fhir:v "413157003" ] ;
         fhir:display [ fhir:v "Right calf circumference" ]
       ] [
         fhir:code [ fhir:v "413158008" ] ;
         fhir:display [ fhir:v "Left calf circumference" ]
       ] [
         fhir:code [ fhir:v "413171006" ] ;
         fhir:display [ fhir:v "Lower limb circumference" ]
       ] [
         fhir:code [ fhir:v "420236003" ] ;
         fhir:display [ fhir:v "Neck circumference" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

