Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Patient - Decedent Fetus example [Fetus Not Named] - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-decedent-fetus-not-named-common",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2020-11-24T23:01:28.210+00:00",
    "source" : "#Y39goiFNEmxlGyjw",
    "profile" : [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\">\n                <b>UNK </b>\n            </div>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Identifier</td>\n                        <td>9932702</td>\n                    </tr>\n                    <tr>\n                        <td>Date of birth</td>\n                        <td>\n                            <span>09 January 2019</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-estimated-fetal-death-time-point",
      "valueCoding" : {
        "system" : "http://snomed.info/sct",
        "code" : "434631000124100",
        "display" : "Fetal intrapartum death after first assessment (event)"
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "city" : "Ann Arbor",
        "state" : "MI",
        "postalCode" : "48103"
      }
    }
  ],
  "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" : "UNK",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "not-applicable"
          }
        ]
      }
    }
  ],
  "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
}