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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeTask
IdTask-case-intake-assessment-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

個案受理與評估

案件狀態:評估中個案 TWSS 個案服務案件狀態#6)

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

通報ServiceRequest/case-report-min


Source1

{
  "resourceType": "Task",
  "id": "case-intake-assessment-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/CaseIntakeAssessmentTask-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "businessStatus": {
    "coding": [
      {
        "system": "https://sfaa.gov.tw/base/CodeSystem/twss-service-case-status",
        "code": "6",
        "display": "評估中個案"
      }
    ]
  },
  "intent": "order",
  "focus": {
    "reference": "ServiceRequest/case-report-min"
  },
  "for": {
    "reference": "Patient/pat-min"
  }
}