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
: Truth HMO - 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-Truth-HMO"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-insurer-organization"^^xsd:anyURI ;
fhir:l <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-insurer-organization> ] )
] ; #
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 Organization-Truth-HMO</b></p><a name=\"Organization-Truth-HMO\"> </a><a name=\"hcOrganization-Truth-HMO\"> </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-insurer-organization.html\">NG Insurer Organization</a></p></div><p><b>identifier</b>: <code>https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/HMO-TRUTH-2025</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Insurance Company</span></p><p><b>name</b>: Truth Health Maintenance Organization</p><p><b>alias</b>: Truth HMO</p><p><b>telecom</b>: ph: 0700-TRUTH-HMO, <a href=\"https://truth-hmo.ng\">https://truth-hmo.ng</a></p><p><b>address</b>: HMO Plaza Port Harcourt RI </p></div>"^^rdf:XMLLiteral ]
] ; #
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 "HMO-TRUTH-2025" ]
] ) ; #
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 "ins" ] ;
fhir:display [ fhir:v "Insurance Company" ] ] )
] ) ; #
fhir:name [ fhir:v "Truth Health Maintenance Organization"] ; #
fhir:alias ( [ fhir:v "Truth HMO"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0700-TRUTH-HMO" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://truth-hmo.ng" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "HMO Plaza" ] ) ;
fhir:city [ fhir:v "Port Harcourt" ] ;
fhir:district [ fhir:v "ri-emohua" ] ;
fhir:state [ fhir:v "RI" ]
] ) . #