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

FHIR IG analytics

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

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

處置說明:一般針灸-另開內服藥

針灸部位:A

處置類別:Acu ( 中醫處置分類值集#Acu)

針灸穴位:承靈

針灸補充說明:下針3公分

病人Patient/PatientTCMCR-min "陳美真"


Source1

{
  "resourceType": "Procedure",
  "id": "ProcedureTCMCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/procedure-tcmcr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "https://fhir.cohesiondata.com/clinemr/CodeSystem/procedure-cohesion-category",
        "code": "Acu"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "D01",
        "display": "一般針灸-另開內服藥"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientTCMCR-min"
  },
  "bodySite": [
    {
      "extension": [
        {
          "url": "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-description",
          "valueCodeableConcept": {
            "text": "承靈,下針3公分"
          }
        },
        {
          "url": "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-approach",
          "valueString": "承靈"
        }
      ],
      "text": "A"
    }
  ]
}