R4 Ballot #2 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Processresponse-example-error.ttl

Financial Management Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Practitioner

Raw Turtle (+ also see Turtle/RDF Format Specification)

Sample ProcessResponse with error

@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/ProcessResponse/SR2349> a fhir:ProcessResponse;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SR2349"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ProcessResponse</div>"
  ];
  fhir:ProcessResponse.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.BenefitsInc.com/fhir/processresponse" ];
     fhir:Identifier.value [ fhir:value "ER987634" ]
  ];
  fhir:ProcessResponse.status [ fhir:value "active"];
  fhir:ProcessResponse.created [ fhir:value "2014-07-14"^^xsd:date];
  fhir:ProcessResponse.organization [
     fhir:link <http://hl7.org/fhir/Organization/2>;
     fhir:Reference.reference [ fhir:value "Organization/2" ]
  ];
  fhir:ProcessResponse.request [
     fhir:link <http://happyvalley.com/fhir/claim/12204>;
     fhir:Reference.reference [ fhir:value "http://happyvalley.com/fhir/claim/12204" ]
  ];
  fhir:ProcessResponse.outcome [ fhir:value "error"];
  fhir:ProcessResponse.disposition [ fhir:value "Referred to claim not found on system."];
  fhir:ProcessResponse.requestProvider [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://npid.org/providerid" ];
       fhir:Identifier.value [ fhir:value "AZ43258" ]
     ]
  ];
  fhir:ProcessResponse.form [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://ncforms.org/formid" ];
       fhir:Coding.code [ fhir:value "PRRESP/2016/01" ]
     ]
  ];
  fhir:ProcessResponse.processNote [
     fhir:index 0;
     fhir:ProcessResponse.processNote.type [ fhir:value "print" ];
     fhir:ProcessResponse.processNote.text [ fhir:value "Please check the submitted payor identification and local claim number." ]
  ];
  fhir:ProcessResponse.error [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adjudication-error" ];
       fhir:Coding.code [ fhir:value "a001" ]
     ]
  ] .

<http://hl7.org/fhir/Organization/2> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ProcessResponse/SR2349.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/ProcessResponse/SR2349.ttl> .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.