Elektronische Leistungsbestätigung 1.0.0 - draft
Elektronische Leistungsbestätigung - Local Development build (v1.0.0). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @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 "KBV-CS-SFHIR-ICD-SEITENLOKALISATION"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ICD_SEITENLOKALISATION</code> defines the following codes:</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\">B<a name=\"KBV-CS-SFHIR-ICD-SEITENLOKALISATION-B\"> </a></td><td>beiderseits</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"KBV-CS-SFHIR-ICD-SEITENLOKALISATION-L\"> </a></td><td>links</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"KBV-CS-SFHIR-ICD-SEITENLOKALISATION-R\"> </a></td><td>rechts</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ICD_SEITENLOKALISATION"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.276.0.76.3.1.1.5.1.22" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "KBV_CS_SFHIR_ICD_SEITENLOKALISATION"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-07-07T13:38:15+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "yoshteq GmbH & Co. KG"] ; # fhir:contact ( [ fhir:name [ fhir:v "yoshteq GmbH & Co. KG" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://yoshteq.de" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "dominik.hufnagel@yoshteq.de" ] ] ) ] ) ; # fhir:description [ fhir:v "Angaben zur Lokalisation (Seitigkeit - links, recht, beidseitig) von Organen. Zusatzangabe zur Spezifikation der Diagnosen (ICD-10) oder Operationen und Prozeduren (OPS) bei paarigen Organen oder Körperteilen."] ; # fhir:copyright [ fhir:v "Kassenärztliche Bundesvereinigung"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "B" ] ; fhir:display [ fhir:v "beiderseits" ] ] [ fhir:code [ fhir:v "L" ] ; fhir:display [ fhir:v "links" ] ] [ fhir:code [ fhir:v "R" ] ; fhir:display [ fhir:v "rechts" ] ] ) . #