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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeEncounter
IdEncounter-id-for-visit.json
FHIR VersionR4

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 id-for-visit

identifier: id-for-visit (use: usual, )

status: Finished

class: ActCode AMB: ambulatory

subject: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))

period: 2022-02-28 15:03:00+0200 --> 2022-02-28 15:33:00+0200

serviceProvider: Organization Kyyjärven lääkärin vastaanotto, Kyyjärven terveysasema, SoTe kuntayhtymä Saarikka


Source1

{
  "resourceType": "Encounter",
  "id": "id-for-visit",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "value": "id-for-visit"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/patient-of-municipality"
  },
  "period": {
    "start": "2022-02-28T15:03:00+02:00",
    "end": "2022-02-28T15:33:00+02:00"
  },
  "serviceProvider": {
    "reference": "Organization/1.2.246.10.2085212.10.1314"
  }
}