Sha256: 3249d6a36277b889e2b1ece9ccd390bbd071e538c63775890efc32c1a70288ae

Contents?: true

Size: 1.73 KB

Versions: 13

Compression:

Stored size: 1.73 KB

Contents

{
  "resourceType": "List",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>\n      <table>\n        <thead>\n          <tr>\n            <th>Condition</th>\n            <th>Severity</th>\n            <th>Date</th>\n            <th>Location</th>\n            <th>Status</th>\n          </tr>\n        </thead>\n        <tbody>\n          <tr>\n            <td>Burnt Ear</td>\n            <td>Severe</td>\n            <td>24-May 2012</td>\n            <td>Left Ear</td>\n            <td>deleted</td>\n          </tr>\n          <tr>\n            <td>Asthma</td>\n            <td>Mild</td>\n            <td>21-Nov 2012</td>\n            <td>--</td>\n            <td>added</td>\n          </tr>\n        </tbody>\n      </table>\n    </div>"
  },
  "identifier": [
    {
      "system": "urn:uuid:a9fcea7c-fcdf-4d17-a5e0-f26dda030b59",
      "value": "23974652"
    }
  ],
  "subject": {
    "fhir_comments": [
      "  This list doesn't have a code. In actual fact, \n    it's a Condition list produced at the end of an encounter \n    to a regular primary care practitioner. But the only way\n    to know this is to hunt down the place it is used \n    and find out  "
    ],
    "reference": "Patient/example"
  },
  "source": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "status": "current",
  "date": "2012-11-25T22:17:00+11:00",
  "mode": "changes",
  "entry": [
    {
      "flag": {
        "text": "Deleted due to error"
      },
      "deleted": true,
      "item": {
        "reference": "Condition/example"
      }
    },
    {
      "flag": {
        "text": "Added"
      },
      "date": "2012-11-21",
      "item": {
        "reference": "Condition/example2"
      }
    }
  ]
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fhir_dstu2_models-1.2.0 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.1.1 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.1.0 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.11 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.10 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.9 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.8 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.7 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.6 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.5 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.4 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.3 lib/fhir_dstu2_models/examples/json/list-example.json
fhir_dstu2_models-1.0.2 lib/fhir_dstu2_models/examples/json/list-example.json