XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions
: Xpandh Functional Assessment Scales - 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 "functional-assessment-scales-vs"] ; #
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 functional-assessment-scales-vs</b></p><a name=\"functional-assessment-scales-vs\"> </a><a name=\"hcfunctional-assessment-scales-vs\"> </a><a name=\"functional-assessment-scales-vs-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/719091001\">719091001</a></td><td>World Health Organization Disability Assessment Schedule 2.0 (assessment scale)</td></tr><tr><td><a href=\"http://snomed.info/id/273302005\">273302005</a></td><td>Barthel index (assessment scale)</td></tr><tr><td><a href=\"http://snomed.info/id/443364002\">443364002</a></td><td>Modified Barthel index of activities of daily living (assessment scale)</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/xpandh/hdr/ValueSet/functional-assessment-scales-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "FunctionalAssessmentScalesVS"] ; #
fhir:title [ fhir:v "Xpandh Functional Assessment Scales"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-05T15:36:25+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "XpanDH Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "XpanDH Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://xpandh-project.iscte-iul.pt" ] ] )
] ) ; #
fhir:description [ fhir:v "Used to specify type of functional assessment scale. May be used to assist with indexing and searching for appropriate instances."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of the XpanDH project, all rights reserved Creative Commons License"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "719091001" ] ;
fhir:display [ fhir:v "World Health Organization Disability Assessment Schedule 2.0 (assessment scale)" ] ] [
fhir:code [ fhir:v "273302005" ] ;
fhir:display [ fhir:v "Barthel index (assessment scale)" ] ] [
fhir:code [ fhir:v "443364002" ] ;
fhir:display [ fhir:v "Modified Barthel index of activities of daily living (assessment scale)" ] ] ) ] )
] . #