FHIR IG analytics| Package | hl7.fhir.us.pacio-rt |
| Resource Type | Encounter |
| Id | Encounter-RT-SNF-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-SNF-Encounter"
Profile: US Core Encounter Profile
status: finished
class: skilled nursing facility (Details: http://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs code SNF = 'skilled nursing facility', stated as 'skilled nursing facility')
type: Encounter for problem (procedure) (SNOMED CT#185347001)
subject: Patient/RT-Patient-BSJ " SMITH-JOHNSON"
| - | Individual |
| * | Practitioner/RT-Practitioner-JohnSmith " SMITH" |
period: 2021-02-26 03:00:00-0500 --> 2021-04-07 10:30:00-0500
| - | Condition | Use |
| * | Condition/RT-SNF-Diagnosis-CI | Admission diagnosis (DiagnosisRole#AD) |
| - | Location |
| * | Location/RT-PractitionerOrgLoc-HappyNursing-SNF "Happy Skilled Nursing Facility" |
{
"resourceType": "Encounter",
"id": "RT-SNF-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://hl7.org/fhir/us/pacio-rt/CodeSystem/timepoint-class-cs",
"code": "SNF",
"display": "skilled nursing facility"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185347001",
"display": "Encounter for problem (procedure)"
}
]
}
],
"subject": {
"reference": "Patient/RT-Patient-BSJ"
},
"participant": [
{
"individual": {
"reference": "Practitioner/RT-Practitioner-JohnSmith"
}
}
],
"period": {
"start": "2021-02-26T15:00:00-05:00",
"end": "2021-04-07T10:30:00-05:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/RT-SNF-Diagnosis-CI"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "AD",
"display": "Admission diagnosis"
}
]
}
}
],
"location": [
{
"location": {
"reference": "Location/RT-PractitionerOrgLoc-HappyNursing-SNF"
}
}
]
}