This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: 檢驗檢查 Encounter example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IC-Enc6"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckEncounter"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckEncounter> ] )
] ; #
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 IC-Enc6</b></p><a name=\"IC-Enc6\"> </a><a name=\"hcIC-Enc6\"> </a><a name=\"IC-Enc6-en-US\"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/Encounter唯一碼</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-OBSENC\">ActCode</a> OBSENC: observation encounter</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 394609007}\">Medical Services</span></p><p><b>subject</b>: <a href=\"Patient-IC-Pat2.html\">黃睿駿(official) Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-IC-Pra5.html\">Practitioner 賴護士</a></td></tr></table><p><b>period</b>: 2022-03-30 --> (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-IC-Org1.html\">Organization 國立臺灣大學醫學院附設醫院</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.vghtpe.gov.tw/Index.action"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Encounter唯一碼" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OBSENC" ] ;
fhir:display [ fhir:v "observation encounter" ]
] ; #
fhir:serviceType [
( fhir:coding [
a sct:394609007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394609007" ] ] ) ;
fhir:text [ fhir:v "Medical Services" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/IC-Pat2" ]
] ; #
fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "Practitioner/IC-Pra5" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2022-03-30"^^xsd:date ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/IC-Org1" ]
] . #