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

FHIR IG analytics

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

處置或手術的識別碼:子宮超音波 ( 臺灣2021年中文版ICD-10-PCS#BU46ZZZ)

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

執行時間:2022-08-12

診斷者Practitioner/pra-dr-example "王依昇"

身體部位:Gravid uterus ( SNOMED CT#9258009)

執行處置或手術的人員

-角色所屬機構
*Practitioner/pra-dr-example "王依昇"Organization/org-hosp-example "衛生福利部臺北醫院"

Source1

{
  "resourceType": "Procedure",
  "id": "pro-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": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw",
        "code": "BU46ZZZ"
      }
    ],
    "text": "子宮超音波"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "performedDateTime": "2022-08-12",
  "asserter": {
    "reference": "Practitioner/pra-dr-example"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/pra-dr-example"
      },
      "onBehalfOf": {
        "reference": "Organization/org-hosp-example"
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "9258009"
        }
      ]
    }
  ]
}