Sha256: 22ba5e173d734945c886c11339a466bd39bff03d302644635c8b63fc43a6b9ee

Contents?: true

Size: 1.57 KB

Versions: 10

Compression:

Stored size: 1.57 KB

Contents

{
  "resourceType": "Device",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675, Serial Number = AMID-342135-8464</p><p><b>status</b>: active</p><p><b>type</b>: ECG <span>(Details : {SNOMED CT code '86184003' = 'Electrocardiographic monitor and recorder', given as 'Electrocardiographic monitor and recorder'})</span></p><p><b>lotNumber</b>: 43453424</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>model</b>: AB 45-J</p><p><b>contact</b>: ph: ext 4352</p><p><b>note</b>: QA Checked</p></div>"
  },
  "identifier": [
    {
      "system": "http://goodcare.org/devices/id",
      "value": "345675"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/identifier-type",
            "code": "SNO"
          }
        ],
        "text": "Serial Number"
      },
      "value": "AMID-342135-8464"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "86184003",
        "display": "Electrocardiographic monitor and recorder"
      }
    ],
    "text": "ECG"
  },
  "lotNumber": "43453424",
  "manufacturer": "Acme Devices, Inc",
  "model": "AB 45-J",
  "contact": [
    {
      "system": "phone",
      "value": "ext 4352"
    }
  ],
  "note": [
    {
      "authorReference": {
        "reference": "Practitioner/xcda-author"
      },
      "time": "2015-06-28T14:03:32+10:00",
      "text": "QA Checked"
    }
  ]
}

Version data entries

10 entries across 10 versions & 2 rubygems

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