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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeEncounter
IdEncounter-ltc-encounter-example.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 ltc-encounter-example

status: Finished

class: ActCode: AMB (ambulatory)

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

period: 2024-01-10 09:00:00+0800 --> 2024-01-10 11:30:00+0800

reasonCode: 糖尿病追蹤檢查

serviceProvider: Organization 新北市私立安康老人長期照顧中心(養護型)


Source1

{
  "resourceType": "Encounter",
  "id": "ltc-encounter-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/ltc-patient-referral-chen-ming-hui-example"
  },
  "period": {
    "start": "2024-01-10T09:00:00+08:00",
    "end": "2024-01-10T11:30:00+08:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "44054006",
          "display": "Diabetes mellitus type 2"
        }
      ],
      "text": "糖尿病追蹤檢查"
    }
  ],
  "serviceProvider": {
    "reference": "Organization/ltc-organization-example"
  }
}