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

FHIR IG analytics

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

處置/手術種類:Surgical operation note description Narrative ( LOINC#8724-7)

處置/手術的識別碼:開放性痔靜脈叢部分切除術 ( 臺灣2021年中文版ICD-10-PCS#06BY0ZC)

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

就醫事件Encounter/Encounter-min

處置/手術日期:2023-09-08 11:25:11-08:00


Source1

{
  "resourceType": "Procedure",
  "id": "Procedure-min",
  "meta": {
    "profile": [
      "https://imri.cgh.org.tw/imri/StructureDefinition/procedure-imri"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8724-7",
        "display": "Surgical operation note description Narrative"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw",
        "code": "06BY0ZC",
        "display": "開放性痔靜脈叢部分切除術"
      }
    ],
    "text": "開放性痔靜脈叢部分切除術"
  },
  "subject": {
    "reference": "Patient/Patient-min"
  },
  "encounter": {
    "reference": "Encounter/Encounter-min"
  },
  "performedDateTime": "2023-09-08T11:25:11+08:00"
}