FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.qrph.bfdr
Resource TypeEncounter
IdEncounter-encounter-maternity-carmen-teresa-lee.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter encounter-maternity-carmen-teresa-lee

version: versionId: id (PrimitiveType/Encounter.meta.versionId): element = id -> versionId=id[7]; Last updated: 2021-05-14 11:49:47+0000

Profile: Encounter - Maternity

identifier: http://hospital.smarthealthit.org/8937015

status: Finished

class: ActCode IMP: inpatient encounter

type: Under Observation or Inpatient Care Services (Including Admission and Discharge Services)

subject: Patient - Mother (Carmen Teresa Lee)

Participants

-TypeIndividual
*Birth attendant [Extended Identifier]Practitioner - Vital Records (Janet Seito, MD)

period: 2019-01-08 10:00:00-0700 --> 2019-01-09 17:00:00-0700

Locations

-LocationPhysicalType
*Location - US Core Location (South Hospital)Hospital

serviceProvider: Organization - US Core Organization (South Hospital Organization)


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-maternity-carmen-teresa-lee",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2021-05-14T11:49:47.065Z",
    "profile": [
      "https://profiles.ihe.net/QRPH/bfdr/StructureDefinition/Encounter-maternity"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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)"
  }
}