Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Peripheral edema Codesystem - TTL Representation
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 "PeripheralEdema"] ; #
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 PeripheralEdema</b></p><a name=\"PeripheralEdema\"> </a><a name=\"hcPeripheralEdema\"> </a><p>This case-insensitive code system <code>https://www.retention-project.eu/ig/CodeSystem/PeripheralEdema</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"PeripheralEdema-0\"> </a></td><td>no</td><td>no</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"PeripheralEdema-1\"> </a></td><td>upper legs</td><td>upper legs</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PeripheralEdema-2\"> </a></td><td>ankles and feet</td><td>ankles and feet</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/PeripheralEdema"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "Peripheral_edema"] ; #
fhir:title [ fhir:v "Peripheral edema Codesystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2022-11-28T14:27:31+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ICCS"] ; #
fhir:description [ fhir:v "Code system with input values for Peripheral edema"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "no" ] ;
fhir:definition [ fhir:v "no" ]
] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "upper legs" ] ;
fhir:definition [ fhir:v "upper legs" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "ankles and feet" ] ;
fhir:definition [ fhir:v "ankles and feet" ]
] ) . #