FHIR IG analytics| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | Encounter |
| Id | Encounter-EncounterDeliveryExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter EncounterDeliveryExample
Profile: US Core Encounter Profile
identifier: http://xyzhospital.smarthealthit.org/9937012
status: Finished
class: ActCode IMP: inpatient encounter
type: Normal delivery procedure (procedure)
subject: Mother patient
period: 2019-02-12 13:00:00-0700 --> 2019-02-15 10:00:00-0700
| AdmitSource |
| Any Admission |
serviceProvider: Location - hospital submitter
{
"resourceType": "Encounter",
"id": "EncounterDeliveryExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://xyzhospital.smarthealthit.org",
"value": "9937012"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "177184002"
}
],
"text": "Normal delivery procedure (procedure)"
}
],
"subject": {
"reference": "Patient/MotherPatientExample",
"display": "Mother patient"
},
"period": {
"start": "2019-02-12T13:00:00-07:00",
"end": "2019-02-15T10:00:00-07:00"
},
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes",
"code": "status_admit_any",
"display": "Any Admission"
}
]
}
},
"serviceProvider": {
"reference": "Organization/HospitalSubmitterExample",
"display": "Location - hospital submitter"
}
}