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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeMedicationRequest
IdMedicationRequest-med-req-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: MedicationRequest med-req-01-ds

Extension-給藥總日份: 7 days

identifier: http://www.moi.gov.tw//Med000001, 7

status: Active

intent: Order

category: 一般處方箋:處方用藥,一次給予7日(含)以下之用藥量, 自行調劑或檢驗(查)或物理治療

medication: Medication YEN KUANG EYE DROPS

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

encounter: Encounter: status = finished; class = 西醫一般案件 (casetype#01); serviceType = Family practice; period = 2023-02-23 --> (ongoing)

authoredOn: 2024-01-12 00:00:00+0800

insurance: Coverage: status = active; type = 普通疾病

note: A, 否

DosageInstructions

-Method
*Use

DispenseRequests

-ValidityPeriodNumberOfRepeatsAllowed
*2024-01-12 00:00:00+0800 --> 2024-01-19 00:00:00+08001

Source1

{
  "resourceType": "MedicationRequest",
  "id": "med-req-01-ds",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationRequest-DS"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Extension-TotalDuration",
      "valueQuantity": {
        "value": 7,
        "unit": "days"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://www.moi.gov.tw/",
      "value": "Med000001"
    },
    {
      "value": "7"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/prescription",
          "code": "A"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://www.nhi.gov.tw/",
          "code": "0",
          "display": "自行調劑或檢驗(查)或物理治療"
        }
      ]
    }
  ],
  "medicationReference": {
    "reference": "Medication/med-01-ds"
  },
  "subject": {
    "reference": "Patient/pat-ds"
  },
  "encounter": {
    "reference": "Encounter/enc-ds"
  },
  "authoredOn": "2024-01-12T00:00:00+08:00",
  "insurance": [
    {
      "reference": "Coverage/cov-ds"
    }
  ],
  "note": [
    {
      "text": "A"
    },
    {
      "text": "否"
    }
  ],
  "dosageInstruction": [
    {
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "419385000",
            "display": "Use"
          }
        ]
      }
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2024-01-12T00:00:00+08:00",
      "end": "2024-01-19T00:00:00+08:00"
    },
    "numberOfRepeatsAllowed": 1
  }
}