Tanzania FHIR Facade Implementation Guide, published by Ministry of Health – Tanzania. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Speedykom/tz-fhir-ig/ and changes regularly. See the Directory of published versions
: zhsf-authorization-accepted - 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:ClaimResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "zhsf-authorization-accepted"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.tz/fhir/StructureDefinition/tz-claimresponse"^^xsd:anyURI ;
fhir:l <http://moh.tz/fhir/StructureDefinition/tz-claimresponse> ] )
] ; #
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: ClaimResponse zhsf-authorization-accepted</b></p><a name=\"zhsf-authorization-accepted\"> </a><a name=\"hczhsf-authorization-accepted\"> </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-tz-claimresponse.html\">Tanzania ClaimResponse Profile</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type professional}\">Professional</span></p><p><b>use</b>: Predetermination</p><p><b>patient</b>: Identifier: <code>http://moh.tz/fhir/card-no</code>/10200000000</p><p><b>created</b>: 2025-06-29 21:18:06+0000</p><p><b>insurer</b>: Identifier: <code>http://moh.tz/fhir/organization</code>/ZHSF</p><p><b>preAuthRef</b>: 590524941515</p><blockquote><p><b>item</b></p><h3>ReviewOutcomes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Decision</b></td><td><b>Reason</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">ACCEPTED</span></td><td><span title=\"Codes:\"></span></td></tr></table></blockquote><h3>ProcessNotes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Verified OK</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/claim-type> ] ;
fhir:code [ fhir:v "professional" ] ] )
] ; #
fhir:use [ fhir:v "predetermination"] ; #
fhir:patient [
fhir:identifier [
fhir:system [
fhir:v "http://moh.tz/fhir/card-no"^^xsd:anyURI ;
fhir:l <http://moh.tz/fhir/card-no> ] ;
fhir:value [ fhir:v "10200000000" ] ]
] ; #
fhir:created [ fhir:v "2025-06-29T21:18:06.017Z"^^xsd:dateTime] ; #
fhir:insurer [
fhir:identifier [
fhir:system [
fhir:v "http://moh.tz/fhir/organization"^^xsd:anyURI ;
fhir:l <http://moh.tz/fhir/organization> ] ;
fhir:value [ fhir:v "ZHSF" ] ]
] ; #
fhir:preAuthRef [ fhir:v "590524941515"] ; #
fhir:item ( [
fhir:reviewOutcome [
fhir:decision [
fhir:text [ fhir:v "ACCEPTED" ] ] ;
( fhir:reason [
fhir:text [ fhir:v "" ] ] ) ]
] ) ; #
fhir:processNote ( [
fhir:text [ fhir:v "Verified OK" ]
] ) . #