Smart Bear Implementation Guide 0.3.4 - ci-build
Smart Bear Implementation Guide - Local Development build (v0.3.4). 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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "LVGPL"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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:ValueSet.url [ fhir:value "https://smart-bear.eu/fhir/ValueSet/LVGPL"]; # fhir:ValueSet.version [ fhir:value "0.3.4"]; # fhir:ValueSet.name [ fhir:value "LVGPL"]; # fhir:ValueSet.title [ fhir:value "Accomodation Type Velue Set"]; # fhir:ValueSet.status [ fhir:value "active"]; # fhir:ValueSet.date [ fhir:value "2024-04-22T12:34:38+02:00"^^xsd:dateTime]; # fhir:ValueSet.description [ fhir:value "Value set for Accomodation Type"]; # fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "26533002" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Apartment block living" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "414418009" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Housed" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "105530003" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Living in residential institution" ] ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.