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

FHIR IG analytics

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

麻醉模式

手術Procedure/Procedure-pro

麻醉模式狀態:Completed ( EventStatus#completed)

處置/手術種類:Administration of anesthesia ( ProcedureCategoryCodes(SNOMEDCT)#399097000)

麻醉模式:全身麻醉 (Operative general anesthesia) ( SCTAnesthesia#274507007)

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

麻醉日期:2023-09-08 11:25:11-08:00

麻醉醫師PractitionerRole/PractitionerRole-anesthesia "黃依昇"


Source1

{
  "resourceType": "Procedure",
  "id": "ProcedureAnesthesiaMode-min",
  "meta": {
    "profile": [
      "https://imri.cgh.org.tw/imri/StructureDefinition/procedure-anesthesiamode-imri"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Procedure/Procedure-pro"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "399097000"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "274507007",
        "display": "Operative general anesthesia"
      }
    ],
    "text": "全身麻醉"
  },
  "subject": {
    "reference": "Patient/Patient-min"
  },
  "performedDateTime": "2023-09-08T11:25:11+08:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/PractitionerRole-anesthesia",
        "display": "黃依昇"
      }
    }
  ]
}