FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageee.fhir.ahd
Resource TypeEncounter
IdEncounter-AHDCounselingEncounterExample.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter AHDCounselingEncounterExample

status: Completed

type: AHD nõustamine

subject: Pauliine Jänes (official) (no stated gender), DoB Unknown ( https://fhir.ee/sid/pid/est/ni#49406240016)

serviceProvider: Organization Kesklinna Perearstikeskus

Participants

-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


Source1

{
  "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"
  }
}