HL7 Czech Terminology Implementation Guide
0.3.0 - release Czechia flag

This page is part of the Czech FHIR Terminology Package (v0.3.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Medical Device with exceptions

Page standards status: Trial-use Maturity Level: 2

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/MedicalDeviceWithExceptions> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MedicalDeviceWithExceptions"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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: ValueSet MedicalDeviceWithExceptions</b></p><a name=\"MedicalDeviceWithExceptions\"> </a><a name=\"hcMedicalDeviceWithExceptions\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-medical-device.html\">Medical Device</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-eHDSIAbsentOrUnknownDevice.html\">eHDSI Absent Or Unknown Device</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-eHDSIExceptionalValue.html\">eHDSI Exceptional Value</a></li></ul></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [ fhir:value "trial-use" ]
  ] ;
  fhir:ValueSet.url [ fhir:value "https://ncez.mzcr.cz/terminology/ValueSet/MedicalDeviceWithExceptions"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "MedicalDeviceWithExceptionsVS"] ;
  fhir:ValueSet.title [ fhir:value "Medical Device with exceptions"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-01-01"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Czech Republic"] ;
  fhir:ValueSet.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Czech Republic" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.cz/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "The Value Set is used for coding implanted and external medical devices and equipment.\nIt also includes exceptional values."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CZ" ] ;
       fhir:Coding.display [ fhir:value "Czechia" ]
     ]
  ] ;
  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"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "https://ncez.mzcr.cz/terminology/ValueSet/medical-device" ;
         fhir:index -1 ;
         fhir:link <https://ncez.mzcr.cz/terminology/ValueSet/medical-device>
       ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "https://ncez.mzcr.cz/terminology/ValueSet/eHDSIAbsentOrUnknownDevice" ;
         fhir:index -1 ;
         fhir:link <https://ncez.mzcr.cz/terminology/ValueSet/eHDSIAbsentOrUnknownDevice>
       ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "https://ncez.mzcr.cz/terminology/ValueSet/eHDSIExceptionalValue" ;
         fhir:index -1 ;
         fhir:link <https://ncez.mzcr.cz/terminology/ValueSet/eHDSIExceptionalValue>
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/MedicalDeviceWithExceptions.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/MedicalDeviceWithExceptions.ttl> .