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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeServiceRequest
IdServiceRequest-transition-min.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

個案轉銜資料

轉銜日期:2026-08-19

個案Patient/pat-min "王小明"

發起轉銜單位Organization/org-min "社家署示範機構"

處理轉銜單位Organization/org-min "社家署示範機構"


Source1

{
  "resourceType": "ServiceRequest",
  "id": "transition-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-transition-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "text": "個案轉銜"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type",
        "code": "disability-transition",
        "display": "身心障礙轉銜服務"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "authoredOn": "2026-08-19",
  "requester": {
    "reference": "Organization/org-min"
  },
  "performer": [
    {
      "reference": "Organization/org-min"
    }
  ]
}