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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "symptom-temporary-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: CodeSystem symptom-temporary-codes</b></p><a name=\"symptom-temporary-codes\"> </a><a name=\"hcsymptom-temporary-codes\"> </a><a name=\"symptom-temporary-codes-en-US\"> </a><p>This  code system <code>http://hl7.org.cn/fhir-ig/symptoms/CodeSystem/symptom-temporary-codes</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">symptom<a name=\"symptom-temporary-codes-symptom\"> </a></td><td>症状</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir-ig/symptoms/CodeSystem/symptom-temporary-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2026.02.23"] ; # 
  fhir:name [ fhir:v "SymptomTemporary"] ; # 
  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 "临时增加的用于表示观察分类症状。"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "symptom" ] ;
fhir:display [ fhir:v "症状" ]
  ] ) . #