Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.0 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HSAAPAdjudicatedClaimResponse - TTL Representation

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 -------------------------------------------------------------------

 a fhir:ClaimResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClaimResponse HSAAPAdjudicatedClaimResponse</b></p><a name=\"HSAAPAdjudicatedClaimResponse\"> </a><a name=\"hcHSAAPAdjudicatedClaimResponse\"> </a><a name=\"HSAAPAdjudicatedClaimResponse-en-NZ\"> </a><p><b>identifier</b>: <code>https://api.messaging.digital.health.nz/fileID</code>/7612345</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claimresponse-type pharmacy}\">pharmacy</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: Carey Carrington (Identifier: NHI/ZXP7823 (use: official, ))</p><p><b>created</b>: 2014-08-16</p><p><b>insurer</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Organization/43242343232\">??</a></p><p><b>request</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Claim/790423052393482\">??</a></p><p><b>outcome</b>: Processing Complete</p><blockquote><p><b>item</b></p><p><b>itemSequence</b>: 1</p><blockquote><p><b>adjudication</b></p><p><b>category</b>: <span title=\"Codes:\">eligible</span></p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>235.4</td><td>New Zealand dollar</td></tr></table></blockquote></blockquote><blockquote><p><b>payment</b></p><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/CodeSystem/payment-type complete}\">complete</span></p><p><b>date</b>: 2014-08-31</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>382.32</td><td>New Zealand dollar</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://api.messaging.digital.health.nz/fileID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7612345" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claimresponse-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pharmacy" ]     ] )
  ] ; # 
  fhir:use [ fhir:v "claim"] ; # 
  fhir:patient [
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZXP7823" ]     ] ;
fhir:display [ fhir:v "Carey Carrington" ]
  ] ; # 
  fhir:created [ fhir:v "2014-08-16"^^xsd:date] ; # 
  fhir:insurer [
fhir:reference [ fhir:v "Organization/43242343232" ]
  ] ; # 
  fhir:request [
fhir:reference [ fhir:v "Claim/790423052393482" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:item ( [
fhir:itemSequence [ fhir:v "1"^^xsd:positiveInteger ] ;
    ( fhir:adjudication [
fhir:category [
        ( fhir:coding [
fhir:code [ fhir:v "eligible" ]         ] )       ] ;
fhir:amount [
fhir:value [ fhir:v "235.4"^^xsd:decimal ] ;
fhir:currency [ fhir:v "NZD" ]       ]     ] )
  ] ) ; # 
  fhir:payment [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://example.org/fhir/CodeSystem/payment-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "complete" ]       ] )     ] ;
fhir:date [ fhir:v "2014-08-31"^^xsd:date ] ;
fhir:amount [
fhir:value [ fhir:v "382.32"^^xsd:decimal ] ;
fhir:currency [ fhir:v "NZD" ]     ]
  ] . #