@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TWCorePractitioner"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePractitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner TWCorePractitioner

identifier: Medical License number/tvgh001 (use: official, )

active: true

name: 大吉 連 (Official)

gender: Male

" ] ; # 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:code [ fhir:v "MD" ] ] ) ] ; fhir:system [ fhir:v "https://www.vghtpe.gov.tw/"^^xsd:anyURI ] ; fhir:value [ fhir:v "tvgh001" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "連" ] ; fhir:given ( [ fhir:v "大吉" ] ) ] ) ; # fhir:gender [ fhir:v "male"] . # # -------------------------------------------------------------------------------------