FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | Encounter |
| Id | Encounter-BSJ-Encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter BSJ-Encounter
status: Finished
class: ActCode: HH (Home Health)
type: Evaluation and management of patient at home (procedure)
| Individual |
| PractitionerRole Occupational Therapist |
period: 2024-01-18 --> (ongoing)
{
"resourceType": "Encounter",
"id": "BSJ-Encounter",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
]
},
"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/Example-Smith-Johnson-Patient1"
},
"participant": [
{
"individual": {
"reference": "PractitionerRole/Role-OT-JenCadbury"
}
}
],
"period": {
"start": "2024-01-18"
}
}