IDEA4RC FHIR Implementation Guide - Downloaded Version 1.0.0 See the Directory of published versions
| Active as of 2026-09-17 |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/vs-calcest-eu-i4rc> a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "vs-calcest-eu-i4rc"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-calcest-eu-i4rc</b></p><a name=\"vs-calcest-eu-i4rc\"> </a><a name=\"hcvs-calcest-eu-i4rc\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/703858009\">703858009</a></td><td>Numeric estimation technique</td></tr><tr><td><a href=\"http://snomed.info/id/702873001\">702873001</a></td><td>Calculation technique</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-data-absent-reason.html\"><code>http://terminology.hl7.org/CodeSystem/data-absent-reason</code></a><span title=\"Version is explicitly stated to be 1.0.0\"> version ?1.0.0</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.2.0/CodeSystem-data-absent-reason.html#data-absent-reason-unknown\">unknown</a></td><td>Unknown</td><td>The value is expected to exist but is not known.</td></tr></table></li></ul></div>"
] ;
fhir:ValueSet.url [ fhir:value "http://hl7.eu/fhir/ig/idea4rc/ValueSet/vs-calcest-eu-i4rc"] ;
fhir:ValueSet.version [ fhir:value "1.0.0"] ;
fhir:ValueSet.name [ fhir:value "CalculatedEstimatedVs"] ;
fhir:ValueSet.title [ fhir:value "Calculated|Estimated"] ;
fhir:ValueSet.status [ fhir:value "active"] ;
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ValueSet.date [ fhir:value "2026-09-17T14:38:18+02:00"^^xsd:dateTime] ;
fhir:ValueSet.publisher [ fhir:value "IDEA4RC Project"] ;
fhir:ValueSet.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "IDEA4RC Project" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.idea4rc.eu/" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.name [ fhir:value "IDEA4RC Project" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.idea4rc.eu/" ]
]
] ;
fhir:ValueSet.description [ fhir:value "Calculated|Estimated Value Set"] ;
fhir:ValueSet.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:Coding.code [ fhir:value "150" ] ;
fhir:Coding.display [ fhir:value "Europe" ]
]
] ;
fhir:ValueSet.copyright [ fhir:value "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\n\nThe SNOMED International IPS Terminology is distributed by International Health Terminology Standards Development Organisation, trading as SNOMED International, and is subject the terms of the Creative Commons Attribution 4.0 International Public License. For more information, see SNOMED IPS Terminology\n\nThe HL7 International IPS implementation guides incorporate 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. Implementers of SNOMED CT should review usage terms or directly contact SNOMED International: info@snomed.org"] ;
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0 ;
fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:ValueSet.compose.include.concept [
fhir:index 0 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "703858009" ] ;
fhir:ValueSet.compose.include.concept.display [ fhir:value "Numeric estimation technique" ]
], [
fhir:index 1 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "702873001" ] ;
fhir:ValueSet.compose.include.concept.display [ fhir:value "Calculation technique" ]
]
], [
fhir:index 1 ;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ] ;
fhir:ValueSet.compose.include.version [ fhir:value "1.0.0" ] ;
fhir:ValueSet.compose.include.concept [
fhir:index 0 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "unknown" ] ;
fhir:ValueSet.compose.include.concept.display [ fhir:value "Unknown" ]
]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/vs-calcest-eu-i4rc.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ValueSet/vs-calcest-eu-i4rc.ttl> .
IG © 2022+ IDEA4RC Project. Package hl7.eu.fhir.idea4rc#1.0.0 based on FHIR 4.0.1. Generated 2026-09-17
research and innovation programme under grant agreement No. 101057048.
![]()
