FHIR IG analytics| Package | hl7.fhir.us.bfdr |
| Resource Type | Encounter |
| Id | Encounter-encounter-maternity-carmen-teresa-lee.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-maternity-carmen-teresa-lee
Profile: Encounter - Maternity
Extension Parental Role: mother
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)
| Type | Individual |
| Birth attendant [Extended Identifier] | Practitioner - Vital Records (Janet Seito, DO) |
period: 2019-01-08 10:00:00-0700 --> 2019-01-09 17:00:00-0700
| Location | PhysicalType |
| Location - US Core Location (South Hospital) | Hospital |
serviceProvider: Organization - US Core Organization (South Hospital Organization)
{
"resourceType": "Encounter",
"id": "encounter-maternity-carmen-teresa-lee",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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)"
}
}