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

FHIR IG analytics

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

申請或服務請求基礎資料

申請案件編號:BASE-APP-2026-0001

申請狀態:Active

申請意圖:Order

服務請求類型:Social service procedure SNOMED CT#410606002)

申請/服務項目:兒童發展通報轉介及個案管理服務 TWSS 個案服務或補助案件類型#early-intervention)

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

申請日期時間:2026-06-30T09:00:00+08:00


Source1

{
  "resourceType": "ServiceRequest",
  "id": "servicerequest-base",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "text": "申請案件編號"
      },
      "system": "https://example.org/twss/application-action-id",
      "value": "BASE-APP-2026-0001"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "410606002",
          "display": "Social service procedure (procedure)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type",
        "code": "early-intervention",
        "display": "兒童發展通報轉介及個案管理服務"
      }
    ],
    "text": "兒童發展通報轉介及個案管理服務"
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "authoredOn": "2026-06-30T09:00:00+08:00"
}