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-inflamed-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)

藥品:鹽酸四環素眼藥膏 ( 臺灣食藥署藥品許可證#內衛藥製字第006008號)

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

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

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

聲明原因:慢性結膜炎(Simple chronic conjunctivitis) ( SNOMED CT#8211008)

藥品使用方式:

使用時間:每日使用2次
方式:外用(Topical route) ( SNOMED CT#6064005)
備註:每天早晚塗抹發炎處。


Source1

{
  "resourceType": "MedicationStatement",
  "id": "med-sta-inflamed-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-fda-tw",
        "code": "內衛藥製字第006008號",
        "display": "鹽酸四環素眼藥膏"
      }
    ],
    "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": "8211008",
          "display": "Simple chronic conjunctivitis"
        }
      ],
      "text": "慢性結膜炎"
    }
  ],
  "note": [
    {
      "text": "每天早晚塗抹發炎處"
    }
  ],
  "dosage": [
    {
      "text": "每天早晚塗抹發炎處",
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "6064005",
            "display": "Topical route"
          }
        ],
        "text": "外用"
      }
    }
  ]
}