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

FHIR IG analytics

Packagetw.cathay.fhir.imri
Resource TypeProcedure
IdProcedure-ProcedureHospitalCourse-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

住院治療經過

住院治療經過狀態:Completed ( EventStatus#completed)

住院治療經過種類:Hospital course Narrative ( LOINC#8648-8)

住院治療經過代碼:Hospital course Narrative ( LOINC#8648-8)

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

就醫事件Encounter/Encounter-min

住院治療經過:After admission, prepare operation work-up was done. The surgical method of laparoscopic cholecystectomy was done on 10/20/2023. Post operative wound pain could tolerance under analgesic drug. During the hospitalization, vital signs were stable, post operative wound appeared: no oozing, no redness or other infection signs were noted, no tenderness. To education of wound care, discharge today and outpatient department follow up was arrange.


Source1

{
  "resourceType": "Procedure",
  "id": "ProcedureHospitalCourse-min",
  "meta": {
    "profile": [
      "https://imri.cgh.org.tw/imri/StructureDefinition/procedurehospitalcourse-imri"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8648-8"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-min"
  },
  "encounter": {
    "reference": "Encounter/Encounter-min"
  },
  "note": [
    {
      "text": "After admission, prepare operation work-up was done. The surgical method of laparoscopic cholecystectomy was done on 10/20/2023. Post operative wound pain could tolerance under analgesic drug. During the hospitalization, vital signs were stable, post operative wound appeared: no oozing, no redness or other infection signs were noted, no tenderness. To education of wound care, discharge today and outpatient department follow up was arrange."
    }
  ]
}