@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://nhicore.nhi.gov.tw/empd/Encounter/enc-ep> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "enc-ep"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Encounter-EMPD"^^xsd:anyURI ;
       fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/Encounter-EMPD>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-ep</b></p><a name=\"enc-ep\"> </a><a name=\"hcenc-ep\"> </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-Encounter-EMPD.html\">電子處方箋-門診基本資料</a></p></div><p><b>identifier</b>: <code>https://www.nhi.gov.tw/ch/mp-1.html</code>/01234567890123456789</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-CaseType-cs.html#CaseType-cs-01\">案件分類: 01</a> (西醫一般案件)</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 394609007}\">普通外科</span></p><p><b>subject</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>period</b>: 2023-02-23 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://www.nhi.gov.tw/ch/mp-1.html"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "01234567890123456789" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
     fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/CaseType-cs"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "01" ] ;
     fhir:display [ fhir:v "西醫一般案件" ]
  ] ; # 
  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 "普通外科" ]
  ] ; # 
  fhir:subject [
     fhir:link <https://nhicore.nhi.gov.tw/empd/Patient/pat-ep> ;
     fhir:reference [ fhir:v "Patient/pat-ep" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2023-02-23"^^xsd:date ]
  ] . # 

# -------------------------------------------------------------------------------------

