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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeProcedure
IdProcedure-TWCoreProcedure.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

Generated Narrative: Procedure TWCoreProcedure

status: Completed

code: 胸部腹部CT

subject: 胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

performed: 2022-08-12

asserter: Practitioner 大吉 連 (official)

Performers

-ActorOnBehalfOf
*Practitioner 大吉 連 (official)Organization 台北榮民總醫院

bodySite: Anterior midline of abdomen


Source1

{
  "resourceType": "Procedure",
  "id": "TWCoreProcedure",
  "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": "BW24ZZZ",
        "display": "胸部及腹部電腦斷層掃描"
      }
    ],
    "text": "胸部腹部CT"
  },
  "subject": {
    "reference": "Patient/TWCorePatient"
  },
  "performedDateTime": "2022-08-12",
  "asserter": {
    "reference": "Practitioner/TWCorePractitioner"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/TWCorePractitioner"
      },
      "onBehalfOf": {
        "reference": "Organization/TWCoreOrganization"
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "4312008",
          "display": "Anterior midline of abdomen"
        }
      ]
    }
  ]
}