Sha256: 61f01d20eb41923e57c7c8b7f1bc7602db105377bf00666d8bbdc8c9ea27a787

Contents?: true

Size: 1.01 KB

Versions: 10

Compression:

Stored size: 1.01 KB

Contents

{
  "resourceType": "Account",
  "id": "example",
  "identifier": [
    {
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "654321"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/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"
    }
  ],
  "servicePeriod": {
    "start": "2016-01-01",
    "end": "2016-06-30"
  },
  "coverage": [
    {
      "coverage": {
        "reference": "Coverage/7546D"
      },
      "priority": 1
    }
  ],
  "owner": {
    "reference": "Organization/hl7"
  },
  "description": "Hospital charges",
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/account-example.json
fhir_models-4.2.2 lib/fhir_models/examples/json/account-example.json
fhir_models-4.2.1 lib/fhir_models/examples/json/account-example.json
fhir_models-4.2.0 lib/fhir_models/examples/json/account-example.json
fhir_models-4.1.2 lib/fhir_models/examples/json/account-example.json
fhir_models-4.1.1 lib/fhir_models/examples/json/account-example.json
fhir_models-4.1.0 lib/fhir_models/examples/json/account-example.json
fhir_models-4.0.2 lib/fhir_models/examples/json/account-example.json
fhir_models-4.0.1 lib/fhir_models/examples/json/account-example.json
fhir_models-4.0.0 lib/fhir_models/examples/json/account-example.json