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

FHIR IG analytics

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

就醫資料

就醫現況:Finished

就醫分類:pre-admission ( ActEncounterCode#PRENC)

出院科別:Colorectal Surgery ( SNOMED CT#408464004)

病人Patient/Patient-min "安格斯"

出院狀況:改門診治療

出院床號Location/Location-min "4012S"

醫師Practitioner/Practitioner-min "劉伊詩"

住院日期:2023-09-06 17:00:14-0800

出院日期:2023-09-12 18:00:14-0800


Source1

{
  "resourceType": "Encounter",
  "id": "Encounter-min",
  "meta": {
    "profile": [
      "https://imri.cgh.org.tw/imri/StructureDefinition/encounter-imri"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "PRENC"
  },
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "408464004",
        "display": "Colorectal Surgery"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-min"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/Practitioner-min"
      }
    }
  ],
  "period": {
    "start": "2023-09-06T17:00:14+08:00",
    "end": "2023-09-12T18:00:14+08:00"
  },
  "hospitalization": {
    "destination": {
      "reference": "Location/Location-min"
    },
    "dischargeDisposition": {
      "text": "改門診治療"
    }
  }
}