@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/Practitioner/pra-nurse-example> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pra-nurse-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-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>：KP00018 （https://www.tph.mohw.gov.tw）</p><p><b>健康照護服務提供者的紀錄（active）</b>：使用中</p><p><b>姓名（official）</b>：陳莉 Chen, Li</p><p><b>性別</b>：女性</p><p><b>出生日期</b>：1995-11-26</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>：2022-07-31至2024-07-31</p><p><b>聯絡地址</b>：(330)桃園市桃園區五福五街3號<br/><b>郵遞區號（postalCode）</b>[extension: <a href=\"StructureDefinition-tw-postal-code.html\">tw-postal-code</a>]： <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-postal-code3-tw.html\">330</a>#</span><br/><b>縣/市（district）</b>：桃園市<br/><b>鄉/鎮/市/區（city）</b>：桃園區<br/><b>路/街（line）</b>：五福五街<br/><b>號（number）</b>[extension: <a href=\"StructureDefinition-tw-number.html\">tw-number</a>]：3號<br/><b>國家（country）</b>：臺灣<br/></p><p><b>資格證書的型別</b>：護士 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://snomed.info/sct\">SNOMED CT</a>#106292003）</span><br/><b>資格證書的開始日期</b>：2005-01-01</p><p><b>照護服務提供人員影像</b>： <a href=\"https://1.bp.blogspot.com/-0f1bsVB8aw8/Xtt6h79dCpI/AAAAAAABZRM/dnB0z8WkS149nP2XskcmSa3FbmiznjicwCNcBGAsYHQ/s1600/medical_scrub_woman_white.png\">https://1.bp.blogspot.com/-0f1bsVB8aw8/Xtt6h79dCpI/AAAAAAABZRM/dnB0z8WkS149nP2XskcmSa3FbmiznjicwCNcBGAsYHQ/s1600/medical_scrub_woman_white.png</a><br/><img src=\"https://1.bp.blogspot.com/-0f1bsVB8aw8/Xtt6h79dCpI/AAAAAAABZRM/dnB0z8WkS149nP2XskcmSa3FbmiznjicwCNcBGAsYHQ/s1600/medical_scrub_woman_white.png\" width=\"250px\"/></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:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "陳莉" ] ;
     fhir:family [ fhir:v "Chen" ] ;
     fhir:given ( [ fhir:v "Li" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "0993547828" ] ;
     fhir:use [ fhir:v "mobile" ] ;
     fhir:period [
       fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
       fhir:end [ fhir:v "2024-07-31"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "3號"
       ]
     ] ) ;
     fhir:text [ fhir:v "桃園市桃園區五福五街3號" ] ;
     fhir:line ( [ fhir:v "五福五街" ] ) ;
     fhir:city [ fhir:v "桃園區" ] ;
     fhir:district [ fhir:v "桃園市" ] ;
     fhir:postalCode [
       fhir:extension ( [
         fhir:url [
           fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code"^^xsd:anyURI ;
           fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code>
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [
               fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw"^^xsd:anyURI ;
               fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw>
             ] ;
             fhir:code [ fhir:v "330" ]
           ] )
         ]
       ] )
     ] ;
     fhir:country [ fhir:v "TW" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1995-11-26"^^xsd:date] ; # 
  fhir:photo ( [
     fhir:contentType [ fhir:v "image/jpeg" ] ;
     fhir:data [ fhir:v "TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4="^^xsd:base64Binary ] ;
     fhir:url [
       fhir:v "https://1.bp.blogspot.com/-0f1bsVB8aw8/Xtt6h79dCpI/AAAAAAABZRM/dnB0z8WkS149nP2XskcmSa3FbmiznjicwCNcBGAsYHQ/s1600/medical_scrub_woman_white.png"^^xsd:anyURI ;
       fhir:l <https://1.bp.blogspot.com/-0f1bsVB8aw8/Xtt6h79dCpI/AAAAAAABZRM/dnB0z8WkS149nP2XskcmSa3FbmiznjicwCNcBGAsYHQ/s1600/medical_scrub_woman_white.png>
     ]
  ] ) ; # 
  fhir:qualification ( [
     fhir:code [
       fhir:coding ( [
         a sct:106292003 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "106292003" ] ;
         fhir:display [ fhir:v "Professional nurse" ]
       ] )
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2005-01-01"^^xsd:date ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

