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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeEncounter
IdEncounter-assessment-service-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

個案評估接觸

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

服務案件EpisodeOfCare/episode-base

訪視服務方式:面訪家庭 TWSS 訪視服務方式#B)

訪視開始時間:2026-07-29T10:00:00+08:00

訪視結束時間:2026-07-29T11:00:00+08:00

服務機構Organization/org-min


Source1

{
  "resourceType": "Encounter",
  "id": "assessment-service-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/Encounter-assessment-service-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://sfaa.gov.tw/base/CodeSystem/twss-visit-service-method",
          "code": "B",
          "display": "面訪家庭"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/pat-min"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/case-report-min"
    }
  ],
  "period": {
    "start": "2026-07-29T10:00:00+08:00",
    "end": "2026-07-29T11:00:00+08:00"
  },
  "serviceProvider": {
    "reference": "Organization/org-min"
  }
}