FHIR IG analytics| Package | hl7.fhir.us.pacio-rt |
| Resource Type | Encounter |
| Id | Encounter-RT-HHA-Encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter
Resource Encounter "RT-HHA-Encounter"
Profile: US Core Encounter Profile
status: finished
class: home health (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code HH = 'home health', stated as 'home health')
type: Evaluation and management of patient at home (procedure) (SNOMED CT#50357006)
subject: Patient/RT-Patient-BSJ " SMITH-JOHNSON"
| - | Individual |
| * | Practitioner/RT-Practitioner-JohnSmith " SMITH" |
period: 2021-04-07 03:00:00-0500 --> 2021-08-24 10:30:00-0500
| - | Condition | Use |
| * | Condition/RT-HHA-Diagnosis-CISequelae | Admission diagnosis (DiagnosisRole#AD) |
| - | Location |
| * | Location/RT-PractitionerOrgLoc-SkyHarbor-HHA "Sky Harbor Home Health Services" |
{
"resourceType": "Encounter",
"id": "RT-HHA-Encounter",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HH",
"display": "home health"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "50357006",
"display": "Evaluation and management of patient at home (procedure)"
}
]
}
],
"subject": {
"reference": "Patient/RT-Patient-BSJ"
},
"participant": [
{
"individual": {
"reference": "Practitioner/RT-Practitioner-JohnSmith"
}
}
],
"period": {
"start": "2021-04-07T15:00:00-05:00",
"end": "2021-08-24T10:30:00-05:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/RT-HHA-Diagnosis-CISequelae"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "AD",
"display": "Admission diagnosis"
}
]
}
}
],
"location": [
{
"location": {
"reference": "Location/RT-PractitionerOrgLoc-SkyHarbor-HHA"
}
}
]
}