@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://twcore.mohw.gov.tw/ig/twcore/PractitionerRole/praro-nurse-example> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "praro-nurse-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>護士角色基本資料</b></h3><p><b>識別碼型別</b>：Medical License number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MD）</span><br/><b>員工編號（official）</b>：KP00019 （https://www.tph.mohw.gov.tw）</p><p><b>紀錄狀態（active）</b>：使用中</p><p><b>授權可執業時間範圍</b>：2022-07-31 ～ 2024-07-31</p><p><b>健康照護服務提供者</b>：<a href=\"Practitioner-pra-nurse-example.html\">Practitioner/pra-nurse-example</a> \"陳莉\"</p><p><b>地點</b>：<a href=\"Location-loc-er-example.html\">Location/loc-er-example</a> \"衛生福利部臺北醫院急救室\"</p><p><b>角色</b>：護士(Registered nurse) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://snomed.info/sct\">SNOMED CT</a>#224535009）</span></p><p><b>角色專業</b>：急診醫學科(Emergency medicine)<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> （ <a href=\"http://snomed.info/sct\">SNOMED CT</a>#773568002）</span></p><p><b>聯絡方式</b>：Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> （ <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone）</span><br/><b>聯絡電話</b>：（Mobile）0993547828<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> （ <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile）</span><br/><b>聯絡時間</b>：週一 ～ 週五 ， 08:00-16:00<br/><b>聯絡注意事項</b>：若遇到緊急狀況可能會影響工作日。</p><p><b>此期間無提供服務</b>：2023-08-01 ～ 2023-08-15<br/><b>無法提供原因</b>：家中有事請假。<br/></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "MD" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ;
       fhir:l <https://www.tph.mohw.gov.tw>
     ] ;
     fhir:value [ fhir:v "KP00019" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:period [
     fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
     fhir:end [ fhir:v "2024-07-31"^^xsd:date ]
  ] ; # 
  fhir:practitioner [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-nurse-example> ;
     fhir:reference [ fhir:v "Practitioner/pra-nurse-example" ] ;
     fhir:display [ fhir:v "陳莉" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       a sct:224535009 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "224535009" ] ;
       fhir:display [ fhir:v "Registered nurse" ]
     ] )
  ] ) ; # 
  fhir:specialty ( [
     fhir:coding ( [
       a sct:773568002 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "773568002" ] ;
       fhir:display [ fhir:v "Emergency medicine" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Location/loc-er-example> ;
     fhir:reference [ fhir:v "Location/loc-er-example" ] ;
     fhir:display [ fhir:v "衛生福利部臺北醫院急救室" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "0993547828" ] ;
     fhir:use [ fhir:v "mobile" ]
  ] ) ; # 
  fhir:availableTime ( [
     fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
     fhir:allDay [ fhir:v false ] ;
     fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ;
     fhir:availableEndTime [ fhir:v "16:00:00"^^xsd:time ]
  ] ) ; # 
  fhir:notAvailable ( [
     fhir:description [ fhir:v "家中有事請假" ] ;
     fhir:during [
       fhir:start [ fhir:v "2023-08-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2023-08-15"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:availabilityExceptions [ fhir:v "若遇到緊急狀況可能會影響工作日"] . # 

# -------------------------------------------------------------------------------------

