Kenya eClaims Implementation Guide 0.1.0 - ci-build
Kenya eClaims Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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 ------------------------------------------------------------------- <http://hl7.org/fhir/Organization/ECLM-INS-001> a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ECLM-INS-001"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.dha.go.ke/claims/StructureDefinition/ke-eclaims-organization" ; fhir:index 0 ; fhir:link <https://fhir.dha.go.ke/claims/StructureDefinition/ke-eclaims-organization> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ECLM-INS-001</b></p><a name=\"ECLM-INS-001\"> </a><a name=\"hcECLM-INS-001\"> </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-ke-eclaims-organization.html\">eClaims Organization Profile</a></p></div><p><b>identifier</b>: SHA-KE-001 (use: official, )</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>: Social Health Authority</p><p><b>address</b>: Nairobi Nairobi County KE (work)</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+254203456789\">+254203456789</a></td></tr></table></div>" ] ; fhir:Organization.identifier [ fhir:index 0 ; fhir:Identifier.use [ fhir:value "official" ] ; fhir:Identifier.value [ fhir:value "SHA-KE-001" ] ] ; fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ; fhir:Organization.type [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ; fhir:Coding.code [ fhir:value "ins" ] ; fhir:Coding.display [ fhir:value "Insurance Company" ] ] ] ; fhir:Organization.name [ fhir:value "Social Health Authority"] ; fhir:Organization.address [ fhir:index 0 ; fhir:Address.use [ fhir:value "work" ] ; fhir:Address.city [ fhir:value "Nairobi" ] ; fhir:Address.district [ fhir:value "Upper Hill" ] ; fhir:Address.state [ fhir:value "Nairobi County" ] ; fhir:Address.country [ fhir:value "KE" ] ] ; fhir:Organization.contact [ fhir:index 0 ; fhir:Organization.contact.telecom [ fhir:index 0 ; fhir:ContactPoint.system [ fhir:value "phone" ] ; fhir:ContactPoint.value [ fhir:value "+254203456789" ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Organization/ECLM-INS-001.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Organization/ECLM-INS-001.ttl> .