Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Device Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "Example1",
  "meta" : {
    "versionId" : "1799684833200430",
    "lastUpdated" : "2017-04-21T06:20:31.903+05:30",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-device-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "New",
        "display" : "New"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pencil",
        "display" : "Pencil"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPencil",
        "display" : "New Pencil"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: versionId: id (PrimitiveType/Device.meta.versionId): element = id -&gt; versionId=id[1799684833200430]; Last updated: 2017-04-21 06:20:31+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-implantable-device.html\">US Core Implantable Device Profile</a>, <a href=\"StructureDefinition-athena-device-profile.html\">AthenaDevice</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pencil (Details: EditTags code Pencil  = ' Pencil ', stated as ' Pencil '), New Pencil (Details: EditTags code NewPencil  = ' NewPencil ', stated as ' New Pencil ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/00643169007222</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>CarrierHRF</b></td></tr><tr><td style=\"display: none\">*</td><td>00643169007222</td><td>(01)00643169007222(17)160128(21)BLC200461I</td></tr></table><p><b>status</b>: Inactive</p><p><b>manufacturer</b>: ABBOTT VASCULAR INC.</p><p><b>manufactureDate</b>: 2017-04-21 06:20:31+0530</p><p><b>expirationDate</b>: 2017-04-21 06:20:31+0530</p><p><b>lotNumber</b>: A213B1</p><p><b>serialNumber</b>: 12377</p><p><b>modelNumber</b>: 1145350-28</p><p><b>type</b>: <span title=\"Codes:\">Cardiac resynchronization therapy implantable defibrillator</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>1145350-28</td></tr></table><p><b>patient</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>note</b>: Implantable device is installed</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DEVICEIDENTIFIER/Training",
      "value" : "00643169007222"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "00643169007222",
      "carrierHRF" : "(01)00643169007222(17)160128(21)BLC200461I"
    }
  ],
  "status" : "inactive",
  "_status" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/devicestatus",
          "code" : "I",
          "display" : "Inactive"
        }
      }
    ]
  },
  "manufacturer" : "ABBOTT VASCULAR INC.",
  "manufactureDate" : "2017-04-21T06:20:31+05:30",
  "expirationDate" : "2017-04-21T06:20:31+05:30",
  "lotNumber" : "A213B1",
  "serialNumber" : "12377",
  "modelNumber" : "1145350-28",
  "type" : {
    "text" : "Cardiac resynchronization therapy implantable defibrillator"
  },
  "version" : [
    {
      "value" : "1145350-28"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/Example1"
  },
  "note" : [
    {
      "text" : "Implantable device is installed"
    }
  ]
}