@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 -------------------------------------------------------------------

<https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-component-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "patient-instrumental-investigation-component-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem patient-instrumental-investigation-component-cs</b></p><a name=\"patient-instrumental-investigation-component-cs\"> </a><a name=\"hcpatient-instrumental-investigation-component-cs\"> </a><p>This case-sensitive code system <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-component-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">abnormality<a name=\"patient-instrumental-investigation-component-cs-abnormality\"> </a></td><td>Abnormality description</td><td>Free-text description of the abnormal finding.</td></tr><tr><td style=\"white-space:nowrap\">other-investigation<a name=\"patient-instrumental-investigation-component-cs-other-investigation\"> </a></td><td>Other investigation description</td><td>Free-text description of an investigation not in the catalogue.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-component-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0-ci-build"] ;
  fhir:CodeSystem.name [ fhir:value "PatientInstrumentalInvestigationComponentCS"] ;
  fhir:CodeSystem.title [ fhir:value "Patient Instrumental Investigation Component Codes"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-11T12:50:29+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Protect Child"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Local codes for the free-text components of a patient instrumental investigation (abnormality, other investigation)."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "abnormality" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Abnormality description" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Free-text description of the abnormal finding." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "other-investigation" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Other investigation description" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Free-text description of an investigation not in the catalogue." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-instrumental-investigation-component-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

