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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeMedicationDispense
IdMedicationDispense-med-dis-01-ds.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

Generated Narrative: MedicationDispense med-dis-01-ds

identifier: 3, 7

status: Preparation

medication: Medication YEN KUANG EYE DROPS

subject: 甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))

quantity: 6 顆

daysSupply: 10 Day (Details: UCUM coded = 'd')

note: A, 否

dosageInstruction

timing: Code , 4

route: 口服

DoseAndRates

-Dose[x]
*1.0 顆

Substitutions

-WasSubstitutedReason
*true不可替代時始需註明

Source1

{
  "resourceType": "MedicationDispense",
  "id": "med-dis-01-ds",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationDispense-DS"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "3"
    },
    {
      "value": "7"
    }
  ],
  "status": "preparation",
  "medicationReference": {
    "reference": "Medication/med-01-ds"
  },
  "subject": {
    "reference": "Patient/pat-ds"
  },
  "quantity": {
    "value": 6,
    "unit": "顆"
  },
  "daysSupply": {
    "value": 10,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "note": [
    {
      "text": "A"
    },
    {
      "text": "否"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 4
        },
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code": "PM",
              "display": "PM"
            }
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
            "code": "PO"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "顆"
          }
        }
      ]
    }
  ],
  "substitution": {
    "wasSubstituted": true,
    "reason": [
      {
        "text": "不可替代時始需註明"
      }
    ]
  }
}