Eyematics Core Data Set
2025.0.0-alpha - ci-build Unknown region code '276'

Eyematics Core Data Set - Local Development build (v2025.0.0-alpha) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Performed-NotPerformed - TTL Representation

Draft as of 2025-03-12

Raw ttl | Download


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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-performed-not-performed"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-performed-not-performed</b></p><a name=\"vs-performed-not-performed\"> </a><a name=\"hcvs-performed-not-performed\"> </a><a name=\"vs-performed-not-performed-und\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><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/398166005\">398166005</a></td><td>Performed (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/262008008\">262008008</a></td><td>Not performed (qualifier value)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://eyematics.org/fhir/eyematics-kds/ValueSet/performed-notperformed"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2025.0.0-alpha"] ; # 
  fhir:name [ fhir:v "VS_Performed_NotPerformed"] ; # 
  fhir:title [ fhir:v "Performed-NotPerformed"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-03-12"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Medizininformatik-Initiative"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Medizininformatik-Initiative" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.medizininformatik-initiative.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A value set representing the status of a procedure or action, indicating whether it has been performed or not."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "276" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "398166005" ] ;
fhir:display [ fhir:v "Performed (qualifier value)" ]       ] [
fhir:code [ fhir:v "262008008" ] ;
fhir:display [ fhir:v "Not performed (qualifier value)" ]       ] )     ] )
  ] . #