@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://hl7.eu/fhir/base/ValueSet/ehdsCategories-eu> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehdsCategories-eu"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ehdsCategories-eu</b></p><a name=\"ehdsCategories-eu\"> </a><a name=\"hcehdsCategories-eu\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/11502-2/\">11502-2</a></td><td>Laboratory report</td></tr><tr><td><a href=\"https://loinc.org/18748-4/\">18748-4</a></td><td>Diagnostic imaging study</td></tr><tr><td><a href=\"https://loinc.org/18842-5/\">18842-5</a></td><td>Discharge summary</td></tr><tr><td><a href=\"https://loinc.org/57833-6/\">57833-6</a></td><td>Prescription for medication</td></tr><tr><td><a href=\"https://loinc.org/60593-1/\">60593-1</a></td><td>Medication dispensed.extended Document</td></tr><tr><td><a href=\"https://loinc.org/60591-5/\">60591-5</a></td><td>Patient summary Document</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 2
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.eu/fhir/base/ValueSet/ehdsCategories-eu"^^xsd:anyURI ;
     fhir:l <http://hl7.eu/fhir/base/ValueSet/ehdsCategories-eu>
  ] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "EhdsCategoriesEuVs"] ; # 
  fhir:title [ fhir:v "EHDS Categories"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-27T22:40:12+03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Europe" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.eu" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "EHDS Categories: it indicates the EHDS category that document belongs to."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "11502-2" ] ;
         fhir:display [ fhir:v "Laboratory report" ]
       ] [
         fhir:code [ fhir:v "18748-4" ] ;
         fhir:display [ fhir:v "Diagnostic imaging study" ]
       ] [
         fhir:code [ fhir:v "18842-5" ] ;
         fhir:display [ fhir:v "Discharge summary" ]
       ] [
         fhir:code [ fhir:v "57833-6" ] ;
         fhir:display [ fhir:v "Prescription for medication" ]
       ] [
         fhir:code [ fhir:v "60593-1" ] ;
         fhir:display [ fhir:v "Medication dispensed.extended Document" ]
       ] [
         fhir:code [ fhir:v "60591-5" ] ;
         fhir:display [ fhir:v "Patient summary Document" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

