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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeMedicationStatement
IdMedicationStatement-med-sta-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

胰臟炎的用藥聲明資料

用藥聲明的狀態:Active ( Medication Status Codes#active)

用藥聲明的分類: Outpatient ( MedicationDispense Category Codes#outpatient)

藥品:阿司匹林(ASPIRIN TABLETS 500MG S.Y.) ( 臺灣健保用藥品項#A003092100)

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

用藥的日期與時間:2023-11-05T08:00:00

提出聲明日期與時間:2023-11-05T10:00:00

聲明原因:胰臟炎(Apoplectic pancreatitis) ( SNOMED CT#303002)

藥品使用方式:

時間間隔:2 per 1 days
方式:口服(Oral route) ( SNOMED CT#26643006)
備註:每日早晚各一次,每次一片。


Source1

{
  "resourceType": "MedicationStatement",
  "id": "med-sta-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code": "outpatient",
        "display": "outpatient"
      }
    ],
    "text": "門診"
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
        "code": "A003092100",
        "display": "ASPIRIN TABLETS 500MG"
      }
    ],
    "text": "阿司匹林"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2023-11-05T08:00:00+08:00",
  "dateAsserted": "2023-11-05T10:00:00+08:00",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "303002",
          "display": "Apoplectic pancreatitis"
        }
      ],
      "text": "胰臟炎"
    }
  ],
  "note": [
    {
      "text": "每日早晚各一次"
    }
  ],
  "dosage": [
    {
      "text": "每次一片",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ],
        "text": "口服"
      }
    }
  ]
}