<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AccountExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Account",
  "id" : "AccountExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/AccountMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Account AccountExample001</b></p><a name=\"AccountExample001\"> </a><a name=\"hcAccountExample001\"> </a><a name=\"AccountExample001-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:0.1.2.3.4.5.6.7</code>/654321</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/AccountTypeCS ACCTRECEIVABLE}\">account receivable</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><h3>Coverages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Coverage-CoverageExample001.html\">Coverage: identifier = https://obrasocial.gob.ar/beneficiario#992.123.456.1; status = active; subscriberId = 992.123.456; dependent = 1; relationship = Self; period = 2020-05-23 --&gt; 2026-05-23</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:0.1.2.3.4.5.6.7",
      "value" : "654321"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.medicaia.ar/CodeSystem/AccountTypeCS",
        "code" : "ACCTRECEIVABLE",
        "display" : "account receivable"
      }
    ]
  },
  "subject" : [
    {
      🔗 "reference" : "Patient/PatientExample001"
    }
  ],
  "coverage" : [
    {
      "coverage" : {
        🔗 "reference" : "Coverage/CoverageExample001"
      }
    }
  ]
}