Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.0-snapshot2 - STU2 snapshot2 United States of America flag

This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-snapshot2: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.1.0. For a full list of available versions, see the Directory of published versions

: US Core Patient - Unknown Name - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "us-core-patient-unknown-name",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient us-core-patient-unknown-name</b></p><a name=\"us-core-patient-unknown-name\"> </a><a name=\"hcus-core-patient-unknown-name\"> </a><a name=\"us-core-patient-unknown-name-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/vr-common-library/STU2/StructureDefinition-Patient-vr.html\">Patient - Vital Records</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">UNK (official) Unknown, DoB Unknown ( Medical Record Number:\u00a0MR303303305\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "MR303303305"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "UNK",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "unknown"
          }
        ]
      }
    }
  ],
  "gender" : "unknown"
}