SDOH Clinical Care
2.3.0-draft - STU 2.3 Draft United States of America flag

SDOH Clinical Care, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.3.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-sdoh-clinicalcare/ and changes regularly. See the Directory of published versions

: SDOHCC Device Software Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "SDOHCC-DeviceSoftwareExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device SDOHCC-DeviceSoftwareExample</b></p><a name=\"SDOHCC-DeviceSoftwareExample\"> </a><a name=\"hcSDOHCC-DeviceSoftwareExample\"> </a><a name=\"SDOHCC-DeviceSoftwareExample-en-US\"> </a><p><b>identifier</b>: <code>http://software.org/devices/id</code>/345675</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 706689003}\">Application program software</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://software.org/devices/id",
      "value" : "345675"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "706689003",
        "display" : "Application program software"
      }
    ]
  }
}