FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example PaymentNotice/77654 (Turtle)

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

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

Claim PaymentNotice Example

@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:PaymentNotice ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "77654"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the PaymentNotice</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://benefitsinc.com/paymentnotice"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "776543" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:request [
     fhir:link <http://benefitsinc.com/fhir/claim/12345> ;
     fhir:reference [ fhir:v "http://benefitsinc.com/fhir/claim/12345" ]
  ] ; # 
  fhir:response [
     fhir:link <http://benefitsinc.com/fhir/claimresponse/CR12345> ;
     fhir:reference [ fhir:v "http://benefitsinc.com/fhir/claimresponse/CR12345" ]
  ] ; # 
  fhir:created [ fhir:v "2014-08-16"^^xsd:date] ; # 
  fhir:reporter [
     fhir:reference [ fhir:v "Organization/1" ]
  ] ; # 
  fhir:payment [
     fhir:reference [ fhir:v "PaymentReconciliation/ER2500" ]
  ] ; # 
  fhir:paymentDate [ fhir:v "2014-08-15"^^xsd:date] ; # 
  fhir:payee [
     fhir:reference [ fhir:v "Organization/1" ]
  ] ; # 
  fhir:recipient [
     fhir:identifier [
       fhir:system [ fhir:v "http://regulators.gov"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "AB123" ]
     ]
  ] ; # 
  fhir:amount [
     fhir:value [ fhir:v "12500.00"^^xsd:decimal ] ;
     fhir:currency [ fhir:v "USD" ]
  ] ; # 
  fhir:paymentStatus [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/paymentstatus"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "paid" ]
     ] )
  ]] . # 

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


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.