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

FHIR IG analytics

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

處置或手術基本資料

處置或手術狀態:completed ( EventStatus#completed)

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

處置說明:後牙複合樹脂充填-單面 ( 臺灣健保署醫療服務給付項目#89008C)

病人Patient/PatientDCR-min "王童"

處置劑量:3 mL


Source1

{
  "resourceType": "Procedure",
  "id": "ProcedureDCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-dcr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "89008C",
        "display": "後牙複合樹脂充填-單面"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientDCR-min"
  },
  "note": [
    {
      "text": "3 mL"
    }
  ]
}