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

FHIR IG analytics

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

個案通報

通報識別碼:REPORT-2026-0001

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

通報時間:2026-07-29T08:00:00+08:00

個案通報類型:Notifications SNOMED CT#185087000)

個案通報請求項目:Assessment of health and social care needs SNOMED CT#710824005)

個案服務別:發展遲緩兒童通報暨個案管理整合系統 TWSS 個案服務別#CECM)

通報者PractitionerRole/pracrole-min「社工」

通報類型:初報

受理機構Organization/org-min

通報單位:社家署 TWSS-通報單位值集#1)

個案來源:自行求助 TWSS-個案來源值集#A)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "case-report-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-case-report-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-is-referral-case",
      "valueBoolean": false
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-case-report-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-case-report-type",
            "code": "A",
            "display": "初報"
          }
        ]
      }
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-reporting-unit",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-reporting-unit",
            "code": "1",
            "display": "社家署"
          }
        ]
      }
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-case-source",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-case-source",
            "code": "A",
            "display": "自行求助"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://example.org/twss/case-report",
      "value": "REPORT-2026-0001"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185087000",
          "display": "Notifications"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "710824005",
        "display": "Assessment of health and social care needs"
      }
    ]
  },
  "orderDetail": [
    {
      "coding": [
        {
          "system": "https://sfaa.gov.tw/base/CodeSystem/twss-case-service-type",
          "code": "CECM",
          "display": "發展遲緩兒童通報暨個案管理整合系統"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/pat-min"
  },
  "authoredOn": "2026-07-29T08:00:00+08:00",
  "requester": {
    "reference": "PractitionerRole/pracrole-min"
  },
  "performer": [
    {
      "reference": "Organization/org-min"
    }
  ]
}