ISiK Formularmodul Implementation Guide
Version 6.0.0-rc - ci-build

: Stillstatus LOINC Antwortoptionen - TTL Representation

Active as of 2025-12-17

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 "StillstatusVS"] ; # 
  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 StillstatusVS</b></p><a name=\"StillstatusVS\"> </a><a name=\"hcStillstatusVS\"> </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/LA4489-6/\">LA4489-6</a></td><td>Unknown</td></tr><tr><td><a href=\"https://loinc.org/LA29253-4/\">LA29253-4</a></td><td>Not currently breastfeeding</td></tr><tr><td><a href=\"https://loinc.org/LA29252-6/\">LA29252-6</a></td><td>Currently breastfeeding</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://gematik.de/fhir/isik/ValueSet/StillstatusVS"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/isik/ValueSet/StillstatusVS>
  ] ; # 
  fhir:version [ fhir:v "6.0.0-rc"] ; # 
  fhir:name [ fhir:v "StillstatusVS"] ; # 
  fhir:title [ fhir:v "Stillstatus LOINC Antwortoptionen"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-17"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "gematik GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dieses Valueset enthält die Codes zur Beschreibung von Stillstatus LOINC."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA4489-6" ] ;
fhir:display [ fhir:v "Unknown" ]       ] [
fhir:code [ fhir:v "LA29253-4" ] ;
fhir:display [ fhir:v "Not currently breastfeeding" ]       ] [
fhir:code [ fhir:v "LA29252-6" ] ;
fhir:display [ fhir:v "Currently breastfeeding" ]       ] )     ] )
  ] . #