DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
: Service Hospital - 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 "Organization-PortHarcourt-Hospital"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provider-organization"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provider-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organization-PortHarcourt-Hospital</b></p><a name=\"Organization-PortHarcourt-Hospital\"> </a><a name=\"hcOrganization-PortHarcourt-Hospital\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-provider-organization.html\">NG Provider Organization</a></p></div><p><b>NG Owner of Facility</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs faith-based}\">Faith-based Institution Locations such as churches, musques, and traditional homes</span></p><p><b>identifier</b>: <code>https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/HCF-RI-0045</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Port Harcourt Emergency Hospital</p><p><b>telecom</b>: ph: 084-234-5678</p><p><b>address</b>: Emergency Services Wing Port Harcourt RI </p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/organization-owner"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/organization-owner> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs> ] ;
fhir:code [ fhir:v "faith-based" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry> ] ;
fhir:value [ fhir:v "HCF-RI-0045" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type> ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ] ] )
] ) ; #
fhir:name [ fhir:v "Port Harcourt Emergency Hospital"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "084-234-5678" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "Emergency Services Wing" ] ) ;
fhir:city [ fhir:v "Port Harcourt" ] ;
fhir:district [ fhir:v "ri-emohua" ] ;
fhir:state [ fhir:v "RI" ]
] ) . #