@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/eps/ValueSet/eHDSIReferenceRangeMeaning> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHDSIReferenceRangeMeaning"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eHDSIReferenceRangeMeaning</b></p><a name=\"eHDSIReferenceRangeMeaning\"> </a><a name=\"hceHDSIReferenceRangeMeaning\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html\"><code>http://terminology.hl7.org/CodeSystem/referencerange-meaning</code></a><span title=\"Version is explicitly stated to be 1.0.1\"> version ?1.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-normal\">normal</a></td><td>Normal Range</td><td>Values expected for a normal member of the relevant control population being measured. Typically each results producer such as a laboratory has specific normal ranges and they are usually defined as within two standard deviations from the mean and account for 95.45% of this population.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-recommended\">recommended</a></td><td>Recommended Range</td><td>The range that is recommended by a relevant professional body.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-treatment\">treatment</a></td><td>Treatment Range</td><td>The range at which treatment would/should be considered.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-therapeutic\">therapeutic</a></td><td>Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-pre-puberty\">pre-puberty</a></td><td>Pre-Puberty</td><td>An expected range in an individual prior to puberty.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-follicular\">follicular</a></td><td>Follicular Stage</td><td>An expected range in an individual during the follicular stage of the cycle.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-midcycle\">midcycle</a></td><td>MidCycle</td><td>An expected range in an individual during the midcycle stage of the cycle.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-luteal\">luteal</a></td><td>Luteal</td><td>An expected range in an individual during the luteal stage of the cycle.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-postmenopausal\">postmenopausal</a></td><td>Post-Menopause</td><td>An expected range in an individual post-menopause.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-pre\">pre</a></td><td>Pre Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes for a specimen taken immediately before administration.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-referencerange-meaning.html#referencerange-meaning-post\">post</a></td><td>Post Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes for a specimen taken immediately after administration.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "draft"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIReferenceRangeMeaning"^^xsd:anyURI ;
     fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSIReferenceRangeMeaning>
  ] ; # 
  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.74" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0-ci-build"] ; # 
  fhir:name [ fhir:v "EHDSIReferenceRangeMeaning"] ; # 
  fhir:title [ fhir:v "eHDSI Reference Range Meaning"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-31T15:20:59+00: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 "This value set defines a set of codes for a reference range qualifier"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/referencerange-meaning>
       ] ;
       fhir:version [ fhir:v "1.0.1" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "normal" ] ;
         fhir:display [ fhir:v "Normal Range" ]
       ] [
         fhir:code [ fhir:v "recommended" ] ;
         fhir:display [ fhir:v "Recommended Range" ]
       ] [
         fhir:code [ fhir:v "treatment" ] ;
         fhir:display [ fhir:v "Treatment Range" ]
       ] [
         fhir:code [ fhir:v "therapeutic" ] ;
         fhir:display [ fhir:v "Therapeutic Desired Level" ]
       ] [
         fhir:code [ fhir:v "pre-puberty" ] ;
         fhir:display [ fhir:v "Pre-Puberty" ]
       ] [
         fhir:code [ fhir:v "follicular" ] ;
         fhir:display [ fhir:v "Follicular Stage" ]
       ] [
         fhir:code [ fhir:v "midcycle" ] ;
         fhir:display [ fhir:v "MidCycle" ]
       ] [
         fhir:code [ fhir:v "luteal" ] ;
         fhir:display [ fhir:v "Luteal" ]
       ] [
         fhir:code [ fhir:v "postmenopausal" ] ;
         fhir:display [ fhir:v "Post-Menopause" ]
       ] [
         fhir:code [ fhir:v "pre" ] ;
         fhir:display [ fhir:v "Pre Therapeutic Desired Level" ]
       ] [
         fhir:code [ fhir:v "post" ] ;
         fhir:display [ fhir:v "Post Therapeutic Desired Level" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

