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

: EncounterCase1 - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EncounterCase1"] ; # 
  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: Encounter EncounterCase1</b></p><a name=\"EncounterCase1\"> </a><a name=\"hcEncounterCase1\"> </a><a name=\"EncounterCase1-en-US\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode EMER}\">emergency</span></p><p><b>subject</b>: <a href=\"Patient-MaDongmei.html\">马冬梅 Female, DoB: 1965-01-01</a></p><p><b>actualPeriod</b>: 2025-09-25 13:22:17+0200 --&gt; (ongoing)</p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-reason-use RV}\">Reason for Visit</span></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-ShortnessOfBreathSymptomPanel.html\">Observation Symptom and timing panel</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:class ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EMER" ] ;
fhir:display [ fhir:v "emergency" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/MaDongmei" ]
  ] ; # 
  fhir:actualPeriod [
fhir:start [ fhir:v "2025-09-25T13:22:17.239+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reason ( [
    ( fhir:use [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/encounter-reason-use"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RV" ] ;
fhir:display [ fhir:v "Reason for Visit" ]       ] )     ] ) ;
    ( fhir:value [
fhir:reference [
fhir:reference [ fhir:v "Observation/ShortnessOfBreathSymptomPanel" ]       ]     ] )
  ] ) . #