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

FHIR IG analytics

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

Generated Narrative: ServiceRequest referral-from-report-min

identifier: https://example.org/twss/referral/REFERRAL-2026-REPORT-0001

basedOn: ServiceRequest Assessment of health and social care needs

status: Active

intent: Order

category: Referral to service

code: Patient referral

subject: 王小明 Male, DoB: 2001-01-01 ( 服務對象編號: CLIENT-001 (use: official, ))

authoredOn: 2026-07-30 09:00:00+0800

requester: Organization 社家署示範機構

performer: Organization 安心托嬰中心

reasonCode: 通報後需由受轉介單位提供後續服務。


Source1

{
  "resourceType": "ServiceRequest",
  "id": "referral-from-report-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-referral-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://example.org/twss/referral",
      "value": "REFERRAL-2026-REPORT-0001"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/case-report-min"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "306206005",
          "display": "Referral to service"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "3457005",
        "display": "Patient referral"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "authoredOn": "2026-07-30T09:00:00+08:00",
  "requester": {
    "reference": "Organization/org-min"
  },
  "performer": [
    {
      "reference": "Organization/org-childcare"
    }
  ],
  "reasonCode": [
    {
      "text": "通報後需由受轉介單位提供後續服務。"
    }
  ]
}