openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: InformalSectorContributionInvoice - JSON Representation

Raw json | Download


{
  "resourceType" : "Invoice",
  "id" : "InformalSectorContributionInvoice",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-invoice-invoice"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"InformalSectorContributionInvoice\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-invoice-invoice.html\">openIMIS Invoice</a></p></div><p><b>identifier</b>: Code: IV-BCUL0001-13000001-2021-09, UUID: D33E703F-D10B-43D8-9578-5137C118AD84</p><p><b>status</b>: issued</p><p><b>type</b>: contribution <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#contribution)</span></p><p><b>recipient</b>: <a href=\"Patient-jane-doe.html\">Patient/jane-doe</a> \" DOE\"</p><p><b>date</b>: 2021-01-28</p><p><b>issuer</b>: <a href=\"Organization-openIMIS-Implementation.html\">Organization/openIMIS-Implementation</a> \"openIMIS Implementation\"</p><blockquote><p><b>lineItem</b></p><p><b>chargeItem</b>: Policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-invoice-charge-item.html\">ChargeItem (Invoice)</a>#policy)</span></p><blockquote><p><b>priceComponent</b></p><p><b>Unit Price (Medication|ActivityDefinition)</b>: </p></blockquote></blockquote><p><b style=\"color: maroon\">Exception generating Narrative: null</b></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "code" : "Code"
          }
        ]
      },
      "value" : "IV-BCUL0001-13000001-2021-09"
    },
    {
      "type" : {
        "coding" : [
          {
            "code" : "UUID"
          }
        ]
      },
      "value" : "D33E703F-D10B-43D8-9578-5137C118AD84"
    }
  ],
  "status" : "issued",
  "type" : {
    "coding" : [
      {
        "code" : "contribution"
      }
    ]
  },
  "recipient" : {
    "reference" : "Patient/jane-doe"
  },
  "date" : "2021-01-28",
  "issuer" : {
    "reference" : "Organization/openIMIS-Implementation"
  },
  "lineItem" : [
    {
      "chargeItemCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/invoice-charge-item",
            "code" : "policy",
            "display" : "Policy"
          }
        ]
      },
      "priceComponent" : [
        {
          "extension" : [
            {
              "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/unit-price",
              "valueMoney" : {
                "value" : 10000
              }
            }
          ],
          "type" : "base",
          "code" : {
            "coding" : [
              {
                "code" : "Code"
              }
            ],
            "text" : "BCUL0001"
          },
          "factor" : 1,
          "amount" : {
            "value" : 10000
          }
        }
      ]
    }
  ],
  "totalNet" : {
    "value" : 10000,
    "currency" : "EUR"
  },
  "totalGross" : {
    "value" : 10000,
    "currency" : "EUR"
  }
}