Medicolegal Death Investigation (MDI)
1.0.0 - STU 1 US

This page is part of the Medicolegal Death Investigation (MDI) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: US Core Patient - Alice J. Freeman - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "us-core-patient-a-freeman",
  "meta" : {
    "versionId" : "14",
    "lastUpdated" : "2022-08-16T00:48:48.046+00:00",
    "source" : "#411pKOLYB8aT0e2j",
    "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\">Alice J. \n                <b>FREEMAN </b>\n            </div>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Identifier</td>\n                        <td>987054321</td>\n                    </tr>\n                    <tr>\n                        <td>Address</td>\n                        <td>\n                            <span>112 Miramar Ct </span>\n                            <br/>\n                            <span>Danville </span>\n                            <span>Nova Scotia </span>\n                            <span>CA </span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>Date of birth</td>\n                        <td>\n                            <span>12 March 1978</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" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2029-7",
            "display" : "Asian Indian"
          }
        },
        {
          "url" : "text",
          "valueString" : "Asian Indian"
        }
      ]
    },
    {
      "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"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security number"
          }
        ],
        "text" : "Social Security number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "987054321"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Freeman",
      "given" : [
        "Alice",
        "J."
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1978-03-12",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "112 Miramar Ct"
      ],
      "city" : "Danville",
      "state" : "Nova Scotia",
      "country" : "CA"
    }
  ]
}