醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TWCoreEncounter - 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 "TWCoreEncounter"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreEncounter"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreEncounter>     ] )
  ] ; # 
  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 TWCoreEncounter</b></p><a name=\"TWCoreEncounter\"> </a><a name=\"hcTWCoreEncounter\"> </a><a name=\"hcTWCoreEncounter-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-PRENC\">ActCode</a> PRENC: pre-admission</p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-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>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td>2022-08-01 17:00:14-0500 --&gt; 2022-08-01 18:00:14-0500</td><td><a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td></tr></table><p><b>period</b>: 2022-08-01 17:00:14-0500 --&gt; 2022-08-01 18:00:14-0500</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 93880001}\">Primary malignant neoplasm of lung (disorder)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRENC" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/TWCorePatient" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ]       ] )     ] ) ;
fhir:period [
fhir:start [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-08-01T18:00:14-05:00"^^xsd:dateTime ]     ] ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-08-01T18:00:14-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:93880001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "93880001" ] ;
fhir:display [ fhir:v "Primary malignant neoplasm of lung (disorder)" ]     ] )
  ] ) . #