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 Patient [Name 'masked'] - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-ade-1",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-01-13T08:58:31.768+00:00",
    "source" : "#bRUOnY3JHPiebqcV",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\"/>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Identifier</td>\n                        <td/>\n                    </tr>\n                    <tr>\n                        <td>Date of birth</td>\n                        <td>\n                            <span>24 November 1974</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "text",
          "valueString" : "White"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2186-5",
            "display" : "Not Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Not Hispanic or Latino"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    }
  ],
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "masked"
        }
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1974-11-24"
}