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

: FeverSymptomPanel - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FeverSymptomPanel"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir-ig/symptoms/StructureDefinition/Symptoms-Panel"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir-ig/symptoms/StructureDefinition/Symptoms-Panel>     ] )
  ] ; # 
  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: Observation FeverSymptomPanel</b></p><a name=\"FeverSymptomPanel\"> </a><a name=\"hcFeverSymptomPanel\"> </a><a name=\"FeverSymptomPanel-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-Panel.html\">患者症状面板结构定义</a></p></div><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 99582-9}\">Symptom and timing panel</span></p><p><b>subject</b>: <a href=\"Patient-Lixiaohua.html\">李小花 Female, DoB: 1980-09-09</a></p><p><b>effective</b>: 2025-10-14 13:22:17+0200 --&gt; (ongoing)</p><p><b>issued</b>: 2025-10-16 13:42:17+0200</p><p><b>performer</b>: <a href=\"Patient-Lixiaohua.html\">李小花 Female, DoB: 1980-09-09</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-FeverSymptom.html\">Observation Symptom</a></li><li><a href=\"Observation-CoughSymptom.html\">Observation Symptom</a></li><li><a href=\"Observation-FatigueSymptom.html\">Observation Symptom</a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  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:99582-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99582-9" ] ;
fhir:display [ fhir:v "Symptom and timing panel" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Lixiaohua" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-10-14T13:22:17.239+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2025-10-16T13:42:17.239+02:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Patient/Lixiaohua" ]
  ] ) ; # 
  fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/FeverSymptom" ]
  ] [
fhir:reference [ fhir:v "Observation/CoughSymptom" ]
  ] [
fhir:reference [ fhir:v "Observation/FatigueSymptom" ]
  ] ) . #