Vital Records Common Library (VRCL) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient - Fetal Death Extension example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-fetal-death-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-fetal-death-example</b></p><a name=\"patient-fetal-death-example\"> </a><a name=\"hcpatient-fetal-death-example\"> </a><a name=\"patient-fetal-death-example-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jones  Female, DoB: 2019-01-09 ( Medical Record Number: 9932702\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">3</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "9932702"
    }
  ],
  "name" : [
    {
      "family" : "Jones"
    }
  ],
  "gender" : "female",
  "birthDate" : "2019-01-09",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime" : "2019-01-09T18:23:00-07:00"
      }
    ]
  },
  "deceasedBoolean" : true,
  "_deceasedBoolean" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-patient-fetal-death-vr",
        "valueBoolean" : true
      }
    ]
  },
  "multipleBirthInteger" : 3
}