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

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypeEncounter
IdEncounter-example-pencounter.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


English


Generated Narrative: Encounter example-pencounter

Language: en

Profile: LT Base Encounter

status: Completed

class: Inpatient encounter

priority: Emergency

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

serviceProvider: Organization Vilniaus miesto ligoninė

Participants

-TypePeriodActor
*attender2024-02-01 09:00:00+0000 --> 2024-02-12 10:30:00+0000Practitioner Dr. Petras Kazlauskas(official)

actualPeriod: 2024-02-01 09:00:00+0000 --> 2024-02-12 10:30:00+0000


Lithuanian


Generated Narrative: Encounter example-pencounter

Language: en

Profile: LT Base Encounter

status: Completed

class: Inpatient encounter

priority: Emergency

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

serviceProvider: Organization Vilniaus miesto ligoninė

Participants

-TypePeriodActor
*attender2024-02-01 09:00:00+0000 --> 2024-02-12 10:30:00+0000Practitioner Dr. Petras Kazlauskas(official)

actualPeriod: 2024-02-01 09:00:00+0000 --> 2024-02-12 10:30:00+0000


Source1

{
  "resourceType": "Encounter",
  "id": "example-pencounter",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/lt-encounter"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "class": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "IMP",
          "display": "Inpatient encounter"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "EM",
        "display": "Emergency"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient"
  },
  "serviceProvider": {
    "reference": "Organization/example-organization"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "period": {
        "start": "2024-02-01T09:00:00Z",
        "end": "2024-02-12T10:30:00Z"
      },
      "actor": {
        "reference": "Practitioner/example-practitioner"
      }
    }
  ],
  "actualPeriod": {
    "start": "2024-02-01T09:00:00Z",
    "end": "2024-02-12T10:30:00Z"
  }
}