HL7中国症状数据交换实施指南
2026.02.23 - release

HL7中国症状数据交换实施指南 - Local Development build (v2026.02.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 症状趋势代码表 - TTL Representation

Draft as of 2026-02-23

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 "cn-trend-codes"] ; # 
  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 cn-trend-codes</b></p><a name=\"cn-trend-codes\"> </a><a name=\"hccn-trend-codes\"> </a><a name=\"cn-trend-codes-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/1250004\">1250004</a></td><td>减少</td></tr><tr><td><a href=\"http://snomed.info/id/35105006\">35105006</a></td><td>增加</td></tr><tr><td><a href=\"http://snomed.info/id/231877006\">231877006</a></td><td>更糟</td></tr><tr><td><a href=\"http://snomed.info/id/385425000\">385425000</a></td><td>改进</td></tr><tr><td><a href=\"http://snomed.info/id/385630006\">385630006</a></td><td>维持</td></tr><tr><td><a href=\"http://snomed.info/id/409051000\">409051000</a></td><td>稳定</td></tr><tr><td><a href=\"http://snomed.info/id/442474009\">442474009</a></td><td>相较于之前减弱</td></tr><tr><td><a href=\"http://snomed.info/id/442387004\">442387004</a></td><td>相较于之前增强</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir-ig/symptoms/ValueSet/cn-trend-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2026.02.23"] ; # 
  fhir:name [ fhir:v "CNTrendCodes"] ; # 
  fhir:title [ fhir:v "症状趋势代码表"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-02-23T15:55:01+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7中国委员会"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7中国委员会" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.cn" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "一组 SNOMED 代码,用于描述症状的趋势。"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "1250004" ] ;
fhir:display [ fhir:v "减少" ]       ] [
fhir:code [ fhir:v "35105006" ] ;
fhir:display [ fhir:v "增加" ]       ] [
fhir:code [ fhir:v "231877006" ] ;
fhir:display [ fhir:v "更糟" ]       ] [
fhir:code [ fhir:v "385425000" ] ;
fhir:display [ fhir:v "改进" ]       ] [
fhir:code [ fhir:v "385630006" ] ;
fhir:display [ fhir:v "维持" ]       ] [
fhir:code [ fhir:v "409051000" ] ;
fhir:display [ fhir:v "稳定" ]       ] [
fhir:code [ fhir:v "442474009" ] ;
fhir:display [ fhir:v "相较于之前减弱" ]       ] [
fhir:code [ fhir:v "442387004" ] ;
fhir:display [ fhir:v "相较于之前增强" ]       ] )     ] )
  ] . #