HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: eCR Device Example: device-ecr-software-ymca - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "device-ecr-software-ymca",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-06-30T07:22:35.289+00:00",
    "source" : "#WUV2SWqz3ej775gd"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n                <tr>\n                    <td style=\"font-weight: bold\">id: </td>\n                    <td>\n                        <div title=\"id\">device-ecr-software-ymca</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">meta: </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"versionId\">4</div>\n                            </li>\n                            <li>\n                                <div title=\"lastUpdated\">2019-10-03T05:07:48.000-04:00</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">identifier: </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"system\">\n                                    <a href=\"http://acme.com/software/client-ids\">http://acme.com/software/client-ids</a>\n                                </div>\n                            </li>\n                            <li>\n                                <div title=\"value\">goodhealth_id</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">manufacturer: </td>\n                    <td>\n                        <div title=\"manufacturer\">Acme Devices, Inc</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">type: </td>\n                    <td>\n                        <div title=\"text\">EHR</div>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">version: </td>\n                    <td>\n                        <table>\n                            <tr>\n                                <td style=\"font-weight: bold\">value: </td>\n                                <td>\n                                    <div title=\"value\">10.23-23423</div>\n                                </td>\n                            </tr>\n                        </table>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">contact: </td>\n                    <td>\n                        <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                            <li>\n                                <div title=\"system\">url</div>\n                            </li>\n                            <li>\n                                <div title=\"value\">http://acme.com</div>\n                            </li>\n                        </ul>\n                    </td>\n                </tr>\n                <tr>\n                    <td style=\"font-weight: bold\">url: </td>\n                    <td>\n                        <div title=\"url\">http://acme.com/ymca/software/</div>\n                    </td>\n                </tr>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://acme.com/software/client-ids",
      "value" : "goodhealth_id"
    }
  ],
  "manufacturer" : "Acme Devices, Inc",
  "type" : {
    "text" : "EHR"
  },
  "version" : [
    {
      "value" : "10.23-23423"
    }
  ],
  "contact" : [
    {
      "system" : "url",
      "value" : "http://acme.com"
    }
  ],
  "url" : "http://acme.com/ymca/software/"
}