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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeProcedure
IdProcedure-ProcedureMCR-pro.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)

處置院內碼:39010C

處置健保碼:39010C ( 臺灣健保署醫療服務給付項目#39010C)

處置說明:藥物敏感反應試驗 ( 臺灣健保署醫療服務給付項目#39010C)

病人Patient/PatientMCR-min "張睿寧"

身體部位:Limb structure (body structure) ( SNOMED CT#66019005)

處置劑量:0.1ml(100IU)


Source1

{
  "resourceType": "Procedure",
  "id": "ProcedureMCR-pro",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-mcr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "39010C"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "39010C",
        "display": "藥物敏感反應試驗"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientMCR-min"
  },
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66019005",
          "display": "Limb structure (body structure)"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "0.1ml(100IU)"
    }
  ]
}