Sha256: 836b7d26e227288525ec6eed5b11f3607133e31c205aac00c6132aa6e80c215e

Contents?: true

Size: 1.12 KB

Versions: 10

Compression:

Stored size: 1.12 KB

Contents

{
  "resourceType": "Account",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">HACC Funded Billing for Peter James Chalmers</div>"
  },
  "identifier": [
    {
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "654321"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "code": "PBILLACCT",
        "display": "patient billing account"
      }
    ],
    "text": "patient"
  },
  "name": "HACC Funded Billing for Peter James Chalmers",
  "subject": {
    "reference": "Patient/example",
    "display": "Peter James Chalmers"
  },
  "period": {
    "start": "2016-01-01",
    "end": "2016-06-30"
  },
  "active": {
    "start": "2016-01-01",
    "end": "2016-06-30"
  },
  "balance": {
    "value": -1200,
    "unit": "USD",
    "system": "urn:iso:std:iso:4217",
    "code": "USD"
  },
  "coverage": [
    {
      "coverage": {
        "reference": "Coverage/7546D"
      },
      "priority": 1
    }
  ],
  "owner": {
    "reference": "Organization/hl7"
  },
  "description": "Hospital charges"
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/json/account-example.json
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/json/account-example.json
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/json/account-example.json
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/json/account-example.json
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/json/account-example.json
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/json/account-example.json
fhir_models-3.0.4 lib/fhir_models/examples/json/account-example.json
fhir_models-3.0.3 lib/fhir_models/examples/json/account-example.json
fhir_models-3.0.2 lib/fhir_models/examples/json/account-example.json
fhir_models-3.0.1 lib/fhir_models/examples/json/account-example.json