Birth And Fetal Death (BFDR) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

Birth And Fetal Death (BFDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions

: Encounter - Maternity - Carmen Teresa Lee - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-maternity-carmen-teresa-lee",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-maternity-carmen-teresa-lee</b></p><a name=\"encounter-maternity-carmen-teresa-lee\"> </a><a name=\"hcencounter-maternity-carmen-teresa-lee\"> </a><a name=\"encounter-maternity-carmen-teresa-lee-en-US\"> </a><p><b>Extension Parental Role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>identifier</b>: <code>http://hospital.smarthealthit.org</code>/8937015</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode</a> IMP: inpatient encounter</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)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</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, DO)</a></td></tr></table><p><b>period</b>: 2019-01-08 10:00:00-0700 --&gt; 2019-01-09 17:00:00-0700</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-south-hospital.html\">Location - US Core Location (South Hospital)</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)</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-role",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
            "code" : "MTH"
          }
        ]
      }
    }
  ],
  "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, DO)"
      }
    }
  ],
  "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)"
  }
}