Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Accomodation Type Velue Set - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LVGPL"] ; #
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: ValueSet LVGPL</b></p><a name=\"LVGPL\"> </a><a name=\"hcLVGPL\"> </a><a name=\"LVGPL-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/26533002\">26533002</a></td><td>Apartment block living</td></tr><tr><td><a href=\"http://snomed.info/id/414418009\">414418009</a></td><td>Housed</td></tr><tr><td><a href=\"http://snomed.info/id/105530003\">105530003</a></td><td>Living in residential institution</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://smart-bear.eu/fhir/ValueSet/LVGPL"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.1"] ; #
fhir:name [ fhir:v "LVGPL"] ; #
fhir:title [ fhir:v "Accomodation Type Velue Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Value set for Accomodation Type"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "26533002" ] ;
fhir:display [ fhir:v "Apartment block living" ] ] [
fhir:code [ fhir:v "414418009" ] ;
fhir:display [ fhir:v "Housed" ] ] [
fhir:code [ fhir:v "105530003" ] ;
fhir:display [ fhir:v "Living in residential institution" ] ] ) ] )
] . #