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

Generated Narrative: Organization organization-h-example

identifier: Provider number/0601160016 (use: official, )

type: Healthcare Provider

name: 臺北醫院

" ] ; # 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 "PRN" ] ] ) ] ; fhir:system [ fhir:v "https://www.vghtpe.gov.tw"^^xsd:anyURI ] ; fhir:value [ fhir:v "0601160016" ] ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "prov" ] ] ) ] ) ; # fhir:name [ fhir:v "臺北醫院"] . # # -------------------------------------------------------------------------------------