hl7-eu-logo
PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build -

PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build - ci-build

PROTECT-CHILD Pediatric Transplant Data Implementation Guide, published by Protect Child. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/protect-child/ and changes regularly. See the Directory of published versions

: Patient Instrumental Investigation Result ValueSet - TTL Representation

Draft as of 2026-08-11

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/patient-instrumental-investigation-result-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "patient-instrumental-investigation-result-vs"] ;
  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 patient-instrumental-investigation-result-vs</b></p><a name=\"patient-instrumental-investigation-result-vs\"> </a><a name=\"hcpatient-instrumental-investigation-result-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-patient-instrumental-investigation-result-cs.html\"><code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0-ci-build</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=\"CodeSystem-patient-instrumental-investigation-result-cs.html#patient-instrumental-investigation-result-cs-normal\">normal</a></td><td style=\"color: #cccccc\">Normal</td><td>Investigation result within normal limits.</td></tr><tr><td><a href=\"CodeSystem-patient-instrumental-investigation-result-cs.html#patient-instrumental-investigation-result-cs-abnormal\">abnormal</a></td><td style=\"color: #cccccc\">Abnormal</td><td>Investigation result outside normal limits.</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ValueSet/patient-instrumental-investigation-result-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0-ci-build"] ;
  fhir:ValueSet.name [ fhir:value "PatientInstrumentalInvestigationResultVS"] ;
  fhir:ValueSet.title [ fhir:value "Patient Instrumental Investigation Result ValueSet"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-11T12:50:29+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Protect Child"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Protect Child" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://protect-child.eu/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Allowed results for the instrumental investigation test (Normal, Abnormal)."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-result-cs" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "normal" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "abnormal" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/patient-instrumental-investigation-result-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/patient-instrumental-investigation-result-vs.ttl> .