Vital Records Birth and Fetal Death Reporting
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Birth and Fetal Death Reporting (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

: Voided Live Birth Certificate Document - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "composition-void-live-birth-certificate-babyg-quinn",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-12-02T00:14:59.909+00:00",
    "source" : "#oSoZuZL8LflUtvsZ",
    "profile" : [
      "http://hl7.org/fhir/us/bfdr/StructureDefinition/Composition-void-live-birth-certificate"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Extension - Birth Certificate Id (BCT)</b>: id: 1234</p><p><b>Extension - Birth Certificate File Number (BCFN)</b>: id: 99999-99999</p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 68998-4}\">U.S. standard certificate of live birth - 2003 revision</span></p><p><b>encounter</b>: <a href=\"Encounter-encounter-birth-babyg-quinn.html\">Encounter - Birth (Baby G Quinn). Generated Summary: id: 9937012; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99234}\">Under Observation or Inpatient Care Services (Including Admission and Discharge Services)</span>; period: Feb 12, 2019 8:00:00 PM --&gt; Feb 15, 2019 5:00:00 PM</a></p><p><b>date</b>: 2019-02-12</p><p><b>author</b>: <a href=\"Organization-organization-jurisdictional-vital-records-office.html\">Jurisdictional Vital Records Office. Generated Summary: active; name: Jurisdictional Vital Records Office</a></p><p><b>title</b>: Voided Live Birth Certificate Document</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-birth-certificate-id",
      "valueIdentifier" : {
        "value" : "1234"
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-birth-certificate-file-number",
      "valueIdentifier" : {
        "value" : "99999-99999"
      }
    }
  ],
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "68998-4",
        "display" : "U.S. standard certificate of live birth - 2003 revision"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-child-babyg-quinn",
    "display" : "Patient - Child (Baby G Quinn)"
  },
  "encounter" : {
    "reference" : "Encounter/encounter-birth-babyg-quinn",
    "display" : "Encounter - Birth (Baby G Quinn)"
  },
  "date" : "2019-02-12",
  "author" : [
    {
      "reference" : "Organization/organization-jurisdictional-vital-records-office",
      "display" : "Jurisdictional Vital Records Office"
    }
  ],
  "title" : "Voided Live Birth Certificate Document"
}