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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeProcedure
IdProcedure-pro-appendectomy-example.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

處置或手術的識別碼:闌尾切除術(Appendectomy) ( SNOMED CT#80146002)

病人Patient/pat-example "陳加玲"

執行時間:2023-11-10T14:00:00

處置或手術的結果識別碼:闌尾成功切除(Appendix absent) ( SNOMED CT#300309008)

追蹤說明識別碼: Bone immobilization ( SNOMED CT#274474001)


Source1

{
  "resourceType": "Procedure",
  "id": "pro-appendectomy-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Appendectomy"
      }
    ],
    "text": "闌尾切除術"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "performedDateTime": "2023-11-10T14:00:00Z",
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "300309008",
        "display": "Appendix absent"
      }
    ],
    "text": "闌尾成功切除"
  },
  "followUp": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "274474001",
          "display": "Bone immobilization"
        }
      ]
    }
  ]
}