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

FHIR IG analytics

Packagetw.cathay.fhir.iclaim
Resource TypeEncounter
IdEncounter-Encounter-C3.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

就醫資料

識別碼:1286483 ( 國泰醫療財團法人國泰綜合醫院)

就醫現況:finished ( EncounterStatus#finished)

病人來源:home health ( ActEncounterCode#HH)

應診科別:整形外科 ( Department#15)

病人Patient/Patient-C3 "玳健康"

開單醫師PractitionerRole/PractitionerRole-rec "王大郎"

就醫的開始和結束時間:2023-08-10 17:00:14-0500 --> 2023-08-31 18:00:14-0500

就醫天數:22天 (Details: UCUM code d = 'd')


Source1

{
  "resourceType": "Encounter",
  "id": "Encounter-C3",
  "meta": {
    "profile": [
      "https://claim.cgh.org.tw/iclaim/StructureDefinition/encounter-iclaim"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.cgh.org.tw",
      "value": "1286483"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "HH"
  },
  "serviceType": {
    "coding": [
      {
        "system": "https://claim.cgh.org.tw/iclaim/CodeSystem/nhi-department-values",
        "code": "15",
        "display": "整形外科"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-C3"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/PractitionerRole-rec"
      }
    }
  ],
  "period": {
    "start": "2023-08-10T17:00:14-05:00",
    "end": "2023-08-31T18:00:14-05:00"
  },
  "length": {
    "value": 22,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  }
}