FHIR IG analytics| Package | ee.fhir.ahd |
| Resource Type | Encounter |
| Id | Encounter-AHDCounselingEncounterExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter AHDCounselingEncounterExample
Profile: PET nõustamise visiit
status: Completed
type: AHD nõustamine
serviceProvider: Organization Kesklinna Perearstikeskus
| Actor |
| PractitionerRole: identifier = https://fhir.ee/sid/pro/tervishoiutootaja-kood#D12345; specialty = |
actualPeriod: 2026-04-01 10:00:00+0300 --> 2026-04-01 10:30:00+0300
{
"resourceType": "Encounter",
"id": "AHDCounselingEncounterExample",
"meta": {
"profile": [
"https://fhir.ee/ahd/StructureDefinition/ahd-counseling"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"type": [
{
"text": "AHD nõustamine"
}
],
"subject": {
"reference": "Patient/200"
},
"serviceProvider": {
"reference": "Organization/organization-example"
},
"participant": [
{
"actor": {
"reference": "PractitionerRole/ahd-counseling-hcp-example"
}
}
],
"actualPeriod": {
"start": "2026-04-01T10:00:00+03:00",
"end": "2026-04-01T10:30:00+03:00"
}
}