Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Basic example supporting $Posting Operation - JSON Representation

Raw json | Download


{
  "resourceType" : "Basic",
  "id" : "Posting1",
  "meta" : {
    "profile" : [
      🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic Posting1</b></p><a name=\"Posting1\"> </a><a name=\"hcPosting1\"> </a><a name=\"Posting1-en-US\"> </a><p><b>identifier</b>: Unspecified Identifier/Posting1</p><p><b>code</b>: <span title=\"Codes:{https://www.hl7.org/fhir/valueset-basic-resource-type.html invoice}\">Invoice</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>created</b>: 2001-07-09</p></div>"
  },
  "extension" : [
    {
      "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-batch",
      "valueInteger" : 5
    },
    {
      "url" : "DateOfEntry",
      "valueDate" : "2005-08-24"
    },
    {
      "url" : "Amount",
      "valueString" : "22.99"
    },
    {
      "url" : "AppliedAmount",
      "valueString" : "22.99"
    },
    {
      "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-payerName",
      "valueString" : "Newman, Alfred"
    },
    {
      "url" : "PayerId",
      "valueInteger" : 9
    },
    {
      "url" : "PayerType",
      "valueString" : "Patient"
    },
    {
      "url" : "PaymentType",
      "valueInteger" : 2
    },
    {
      "url" : "CheckCardNumber",
      "valueString" : "1044"
    },
    {
      "url" : "DateOfCheck",
      "valueDate" : "2005-08-24"
    },
    {
      "url" : "CardTypeID",
      "valueInteger" : 59
    },
    {
      "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-posting-extension-patientVisitId",
      "valueInteger" : 23
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/PostingId/Training",
      "value" : "Posting1"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://www.hl7.org/fhir/valueset-basic-resource-type.html",
        "code" : "invoice",
        "display" : "Invoice"
      }
    ],
    "text" : "Invoice"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "created" : "2001-07-09"
}