@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ClaimResponse ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ClaimResponseExample"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ClaimResponse ClaimResponseExample

status: Active

type: Professional

use: Claim

patient: Eliud Kipchoge Kiptun Male, DoB: 1984-11-05 ( Unique Patient Identifier: 123456 (use: official, ))

created: 2020-06-15

insurer: Organization Kenyatta National Hospital

outcome: Processing Complete

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "professional" ] ; fhir:display [ fhir:v "Professional" ] ] ) ; fhir:text [ fhir:v "Professional" ] ] ; # fhir:use [ fhir:v "claim"] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/SHAPatientExample" ] ] ; # fhir:created [ fhir:v "2020-06-15"^^xsd:date] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/SHAOrganizationExample" ] ] ; # fhir:outcome [ fhir:v "complete"] . # # -------------------------------------------------------------------------------------