Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions
: MCCoD Organization Example - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "org-001"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-001</b></p><a name=\"org-001\"> </a><a name=\"hcorg-001\"> </a><p><b>identifier</b>: <code>http://example.org/hospital-code</code>/HOSP-BD-0042</p><p><b>name</b>: Dhaka General Hospital</p><p><b>address</b>: Dhaka BD </p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/hospital-code"^^xsd:anyURI ;
fhir:l <http://example.org/hospital-code> ] ;
fhir:value [ fhir:v "HOSP-BD-0042" ]
] ) ; #
fhir:name [ fhir:v "Dhaka General Hospital"] ; #
fhir:address ( [
fhir:city [ fhir:v "Dhaka" ] ;
fhir:country [ fhir:v "BD" ]
] ) . #