@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 -------------------------------------------------------------------

<http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-treatment-area-xc-3> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-treatment-area-xc-3"] ; # 
  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 ehealth-treatment-area-xc-3</b></p><a name=\"ehealth-treatment-area-xc-3\"> </a><a name=\"hcehealth-treatment-area-xc-3\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-urn-oid-1.2.208.176.2.4.html\"><code>urn:oid:1.2.208.176.2.4</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=\"CodeSystem-urn-oid-1.2.208.176.2.4.html#urn-oid-1.2.208.176.2.4-DZ032\">DZ032</a></td><td style=\"color: #cccccc\">Observation pga. mistanke om psykisk lidelse eller adfærdsforstyrrelse</td></tr><tr><td><a href=\"CodeSystem-urn-oid-1.2.208.176.2.4.html#urn-oid-1.2.208.176.2.4-DZ718\">DZ718</a></td><td style=\"color: #cccccc\">Anden rådgivning</td></tr><tr><td><a href=\"CodeSystem-urn-oid-1.2.208.176.2.4.html#urn-oid-1.2.208.176.2.4-DF999\">DF999</a></td><td style=\"color: #cccccc\">Psykisk lidelse eller forstyrrelse UNS</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/ehealth-treatment-area-xc-3"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "9.0.0"] ; # 
  fhir:name [ fhir:v "ZDiagnosis"] ; # 
  fhir:title [ fhir:v "Z-diagnoser (treatment area)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-01-09T09:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Treatment area for Z-diagnosis conditions (xc)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "urn:oid:1.2.208.176.2.4"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "DZ032" ]
       ] [
         fhir:code [ fhir:v "DZ718" ]
       ] [
         fhir:code [ fhir:v "DF999" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

