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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeEpisodeOfCare
IdEpisodeOfCare-ltc-episodeofcare-sdk-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: EpisodeOfCare ltc-episodeofcare-sdk-example

identifier: https://ltc-ig.fhir.tw/identifier/sdk/r1.1-case-serial/123456789

status: Active

patient: 王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))

managingOrganization: Organization OOO長期照顧管理中心

period: 2025-01-01 --> (ongoing)


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "ltc-episodeofcare-sdk-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTC-EpisodeOfCare-Payload"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://ltc-ig.fhir.tw/identifier/sdk/r1.1-case-serial",
      "value": "123456789"
    }
  ],
  "status": "active",
  "patient": {
    "reference": "Patient/ltc-patient-sdk-example"
  },
  "managingOrganization": {
    "reference": "Organization/ltc-organization-sdk-example"
  },
  "period": {
    "start": "2025-01-01"
  }
}