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

FHIR IG analytics

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

就醫資料

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

就醫現況:finished ( EncounterStatus#finished)

就醫分類:ambulatory ( ActEncounterCode#AMB)

應診科別:家醫科 ( Department#01)

病人Patient/Patient-C2 "康美女"

開單醫師PractitionerRole/PractitionerRole-rec2 "王二郎"

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

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


Source1

{
  "resourceType": "Encounter",
  "id": "Encounter-C2",
  "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": "1286482"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB"
  },
  "serviceType": {
    "coding": [
      {
        "system": "https://claim.cgh.org.tw/iclaim/CodeSystem/nhi-department-values",
        "code": "01",
        "display": "家醫科"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-C2"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/PractitionerRole-rec2"
      }
    }
  ],
  "period": {
    "start": "2023-08-08T17:00:14-05:00",
    "end": "2023-08-08T18:00:14-05:00"
  },
  "length": {
    "value": 1,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  }
}