Vital Records Birth and Fetal Death Reporting
1.0.0 - STU 1

This page is part of the Vital Records Birth and Fetal Death Reporting (v1.0.0: STU 1 on FHIR R4) 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

: Encounter - Maternity example [Carmen Teresa Lee] - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-maternity-carmen-teresa-lee",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2021-05-14T07:49:47.065+00:00",
    "source" : "#s8t6iof4ed7wV5vD",
    "profile" : [
      "http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 8937015</p><p><b>status</b>: finished</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>type</b>: <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99234}\">Under Observation or Inpatient Care Services (Including Admission and Discharge Services)</span></p><p><b>subject</b>: <a href=\"Patient-patient-mother-carmen-teresa-lee.html\">Patient - Mother (Carmen Teresa Lee). Generated Summary: Medical Record Number: 9992702 (USUAL); Carmen Teresa Lee (OFFICIAL), Carmen Teresa Santos (MAIDEN); gender: female; birthDate: 1986-02-15</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://loinc.org 87286-1}\">Birth attendant [Extended Identifier]</span></td><td><a href=\"Practitioner-practitioner-vital-records-janet-seito.html\">Practitioner - Vital Records (Janet Seito, MD). Generated Summary: id: 223347044; Avery Jones </a></td></tr></table><p><b>period</b>: Jan 8, 2019 5:00:00 PM --&gt; Jan 10, 2019 12:00:00 AM</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td>*</td><td><a href=\"Location-location-south-hospital.html\">Location - US Core Location (South Hospital). Generated Summary: status: active; name: South Hospital; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></a></td><td><span title=\"Codes: {http://snomed.info/sct 22232009}\">Hospital</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-south-hospital.html\">Organization - US Core Organization (South Hospital Organization). Generated Summary: id: 5555512; active: true; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>; name: South Hospital; Phone: +1-555-555-1111, mail@southhospital.com</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "value" : "8937015"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "99234"
        }
      ],
      "text" : "Under Observation or Inpatient Care Services (Including Admission and Discharge Services)"
    }
  ],
  "subject" : {
    "reference" : "Patient/patient-mother-carmen-teresa-lee",
    "display" : "Patient - Mother (Carmen Teresa Lee)"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "87286-1",
              "display" : "Birth attendant [Extended Identifier]"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "Practitioner/practitioner-vital-records-janet-seito",
        "display" : "Practitioner - Vital Records (Janet Seito, MD)"
      }
    }
  ],
  "period" : {
    "start" : "2019-01-08T10:00:00-07:00",
    "end" : "2019-01-09T17:00:00-07:00"
  },
  "location" : [
    {
      "location" : {
        "reference" : "Location/location-south-hospital",
        "display" : "Location - US Core Location (South Hospital)"
      },
      "physicalType" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "22232009",
            "display" : "Hospital"
          }
        ]
      }
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/organization-south-hospital",
    "display" : "Organization - US Core Organization (South Hospital Organization)"
  }
}