臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
: 跌倒紀錄結果值集 - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FallHistoryResultVS-TWLTC"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FallHistoryResultVS-TWLTC</b></p><a name=\"FallHistoryResultVS-TWLTC\"> </a><a name=\"hcFallHistoryResultVS-TWLTC\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA19655-2/\">LA19655-2</a></td><td>Not observed</td></tr><tr><td><a href=\"https://loinc.org/LA33635-6/\">LA33635-6</a></td><td>Observed</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/ValueSet/FallHistoryResultVS-TWLTC"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/ValueSet/FallHistoryResultVS-TWLTC>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "FallHistoryResultVSTWLTC"] ; #
fhir:title [ fhir:v "跌倒紀錄結果值集"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-10-20"^^xsd:date] ; #
fhir:publisher [ fhir:v "經濟部產業發展署"] ; #
fhir:contact ( [
fhir:name [ fhir:v "經濟部產業發展署" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ida.gov.tw/" ] ] )
] ) ; #
fhir:description [ fhir:v "紀錄住民跌倒的偵測結果。"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
( fhir:concept [
fhir:code [ fhir:v "LA19655-2" ] ;
fhir:display [ fhir:v "Not observed" ] ] [
fhir:code [ fhir:v "LA33635-6" ] ;
fhir:display [ fhir:v "Observed" ] ] ) ] )
] . #