@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.se/fhir/r4/ig/medicalalertinformation/ValueSet/1.2.752.116.3.1.16.1.4.1> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1.2.752.116.3.1.16.1.4.1"] ; # 
  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 1.2.752.116.3.1.16.1.4.1</b></p><a name=\"1.2.752.116.3.1.16.1.4.1\"> </a><a name=\"hc1.2.752.116.3.1.16.1.4.1\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-SEAlertInformationICD10SECS.html\"><code>http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationICD10SECS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-SEAlertInformationICD10SECS.html#SEAlertInformationICD10SECS-Z94.460\">Z94.0</a></td><td>Njurtransplanterad</td></tr><tr><td><a href=\"CodeSystem-SEAlertInformationICD10SECS.html#SEAlertInformationICD10SECS-Z94.461\">Z94.1</a></td><td>Hjärttransplanterad</td></tr><tr><td><a href=\"CodeSystem-SEAlertInformationICD10SECS.html#SEAlertInformationICD10SECS-Z94.462\">Z94.2</a></td><td>Lungtransplanterad</td></tr><tr><td><a href=\"CodeSystem-SEAlertInformationICD10SECS.html#SEAlertInformationICD10SECS-Z94.464\">Z94.4</a></td><td>Levertransplanterad</td></tr><tr><td><a href=\"CodeSystem-SEAlertInformationICD10SECS.html#SEAlertInformationICD10SECS-Z94.468\">Z94.8</a></td><td>Andra specificerade transplantationstillstand</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/ValueSet/1.2.752.116.3.1.16.1.4.1"^^xsd:anyURI ;
     fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/ValueSet/1.2.752.116.3.1.16.1.4.1>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SEAlertInformationPresenceOfGraftsConditionSnomedICDVS"] ; # 
  fhir:title [ fhir:v "Presence of grafts ICD-10-SE"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-05T08:14:45+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Sweden"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Sweden" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.se/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@hl7.se" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ICD-10-SE codes for presence of grafts alert information."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "SE" ] ;
       fhir:display [ fhir:v "Sweden" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationICD10SECS"^^xsd:anyURI ;
         fhir:l <http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationICD10SECS>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "Z94.0" ] ;
         fhir:display [ fhir:v "Njurtransplanterad" ]
       ] [
         fhir:code [ fhir:v "Z94.1" ] ;
         fhir:display [ fhir:v "Hjärttransplanterad" ]
       ] [
         fhir:code [ fhir:v "Z94.2" ] ;
         fhir:display [ fhir:v "Lungtransplanterad" ]
       ] [
         fhir:code [ fhir:v "Z94.4" ] ;
         fhir:display [ fhir:v "Levertransplanterad" ]
       ] [
         fhir:code [ fhir:v "Z94.8" ] ;
         fhir:display [ fhir:v "Andra specificerade transplantationstillstand" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

