Publication Build: This will be filled in by the publication tooling
: Organization TOTFA、TOTFB-醫事機構基本資料 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "org-TOTFAB"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/fhir/StructureDefinition/OrganizationTOTFAB"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/fhir/StructureDefinition/OrganizationTOTFAB> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-TOTFAB</b></p><a name=\"org-TOTFAB\"> </a><a name=\"hcorg-TOTFAB\"> </a><a name=\"org-TOTFAB-en-US\"> </a><p><b>identifier</b>: example123</p><p><b>active</b>: true</p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "example123" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] . #