HL7中国症状数据交换实施指南 - Local Development build (v2026.02.23) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EncounterCase3 - 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 "EncounterCase3"] ; #
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 EncounterCase3</b></p><a name=\"EncounterCase3\"> </a><a name=\"hcEncounterCase3\"> </a><a name=\"EncounterCase3-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-Lixiaohua.html\">李小花 Female, DoB: 1980-09-09</a></p><p><b>actualPeriod</b>: 2025-10-14 13:22:17+0200 --> (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-FeverSymptomPanel.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/Lixiaohua" ]
] ; #
fhir:actualPeriod [
fhir:start [ fhir:v "2025-10-14T13: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/FeverSymptomPanel" ] ] ] )
] ) . #