0.1.0 - ci-build

SEMedicalAlertInformationImplementationGuide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/hl7.fhir.r4.ig.medicalalertinformation/ and changes regularly. See the Directory of published versions

: Typ av uppmärksamhetsinformation - TTL Representation

Draft as of 2025-08-26

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SEAlertInformationCategoryCS"] ; # 
  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: CodeSystem SEAlertInformationCategoryCS</b></p><a name=\"SEAlertInformationCategoryCS\"> </a><a name=\"hcSEAlertInformationCategoryCS\"> </a><p>This  code system <code>http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationCategoryCS</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"SEAlertInformationCategoryCS-A\"> </a></td><td>Medicinska tillstånd och behandlingar</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"SEAlertInformationCategoryCS-B\"> </a></td><td>Smitta</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"SEAlertInformationCategoryCS-C\"> </a></td><td>Överkänslighet</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"SEAlertInformationCategoryCS-D\"> </a></td><td>Särskild vårdrutin</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"SEAlertInformationCategoryCS-E\"> </a></td><td>Ej strukturanpassad uppmärksamhetsinformation</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.se/fhir/r4/ig/medicalalertinformation/CodeSystem/SEAlertInformationCategoryCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SEAlertInformationCategoryCS"] ; # 
  fhir:title [ fhir:v "Typ av uppmärksamhetsinformation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-08-26T12:10:55+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 "Kategorisering av uppmärksamhetsinformation."] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Medicinska tillstånd och behandlingar" ]
  ] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Smitta" ]
  ] [
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Överkänslighet" ]
  ] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "Särskild vårdrutin" ]
  ] [
fhir:code [ fhir:v "E" ] ;
fhir:display [ fhir:v "Ej strukturanpassad uppmärksamhetsinformation" ]
  ] ) . #