NHSN Reporting: Adverse Drug Events - Glycemic Control
0.1.0 - CI Build

NHSN Reporting: Adverse Drug Events - Glycemic Control, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-nhsn-ade-ig/ and changes regularly. See the Directory of published versions

: US Core Condition [Diabetes - Name 'masked'] - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "condition-diabetes-ade",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-01-13T08:58:31.809+00:00",
    "source" : "#Vw8L3B1BKfmdGmPK",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"condition-diabetes-ade\" Version \"1\" Updated \"2021-01-13T08:58:31.809Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #Vw8L3B1BKfmdGmPK!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-condition.html\">US Core Condition Profile</a></p></div><p><b>category</b>: Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: Diabetes mellitus (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#73211009)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ade-1.html\">Patient/patient-ade-1: Name: 'masked'</a> \"\"</p><p><b>onset</b>: 2020-08-23</p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "73211009",
        "display" : "Diabetes mellitus (disorder)"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-ade-1",
    "display" : "Name: 'masked'"
  },
  "onsetDateTime" : "2020-08-23"
}