HL7中国症状数据交换实施指南 - Local Development build (v2026.02.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ShortnessOfBreathSymptom"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir-ig/symptoms/StructureDefinition/Symptoms"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir-ig/symptoms/StructureDefinition/Symptoms> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ShortnessOfBreathSymptom</b></p><a name=\"ShortnessOfBreathSymptom\"> </a><a name=\"hcShortnessOfBreathSymptom\"> </a><a name=\"ShortnessOfBreathSymptom-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Symptoms.html\">患者症状结构定义</a></p></div><p><b>Supporting info</b>: <a href=\"Condition-Type2DiabetesMellitus.html\">Condition II型糖尿病</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org.cn/fhir-ig/symptoms/CodeSystem/symptom-temporary-codes symptom}\">症状</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 75325-1}\">Symptom</span></p><p><b>subject</b>: <a href=\"Patient-MaDongmei.html\">马冬梅 Female, DoB: 1965-01-01</a></p><p><b>effective</b>: 2025-09-23 13:22:00+0200 --> 2025-09-23 13:27:00+0200</p><p><b>issued</b>: 2025-09-24 13:28:17+0200</p><p><b>performer</b>: <a href=\"Patient-MaDongmei.html\">马冬梅 Female, DoB: 1965-01-01</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org.cn/fhir-ig/symptoms/CodeSystem/gb-14396-2016 R06.000}\">呼吸困难</span></p><p><b>note</b>: 过去六周,我走楼梯时气喘吁吁。 (By Patient/MaDongmei @2025-09-24)</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 64750-3}\">严重程度</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">中度</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 104156-5}\">发作频率</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 70232002}\">频繁</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 99495-4}\">发作速度</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 385315009}\">突发性发作</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/Type2DiabetesMellitus" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir-ig/symptoms/CodeSystem/symptom-temporary-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "symptom" ] ;
fhir:display [ fhir:v "症状" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:75325-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75325-1" ] ;
fhir:display [ fhir:v "Symptom" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/MaDongmei" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-09-23T13:22:00.239+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-09-23T13:27:00.239+02:00"^^xsd:dateTime ]
] ; #
fhir:issued [ fhir:v "2025-09-24T13:28:17.239+02:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/MaDongmei" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir-ig/symptoms/CodeSystem/gb-14396-2016"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R06.000" ] ;
fhir:display [ fhir:v "呼吸困难" ] ] )
] ; #
fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/MaDongmei" ] ] ;
fhir:time [ fhir:v "2025-09-24"^^xsd:date ] ;
fhir:text [ fhir:v "过去六周,我走楼梯时气喘吁吁。" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:64750-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64750-3" ] ;
fhir:display [ fhir:v "严重程度" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:6736007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6736007" ] ;
fhir:display [ fhir:v "中度" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:104156-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "104156-5" ] ;
fhir:display [ fhir:v "发作频率" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:70232002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "70232002" ] ;
fhir:display [ fhir:v "频繁" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:99495-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99495-4" ] ;
fhir:display [ fhir:v "发作速度" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:385315009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385315009" ] ;
fhir:display [ fhir:v "突发性发作" ] ] ) ]
] ) . #
本实施指南 hl7cn.fhir.symptoms#2026.02.23 基于
FHIR 5.0.0
设计。
本页面于 2026-02-23 构建。
本站点由 叶彦波 维护。
版权所有 © 2026+
HL7中国委员会
。
链接: 目录 |
QA报告