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

FHIR IG analytics

Packagetw.gov.mohw.nhi.empd
Resource TypeMedicationRequest
IdMedicationRequest-med-req-self-01-ep.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-self-01-ep

identifier: http://www.moi.gov.tw//MedRQ02, 1

status: Active

intent: Order

category: 一般處方箋:處方用藥,一次給予7日(含)以下之用藥量, 特殊材料, 自費

medication: Medication 準分子雷射冠狀動脈血管整型術導管

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

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

note: ,

否,無須合併

N,不註銷


Source1

{
  "resourceType": "MedicationRequest",
  "id": "med-req-self-01-ep",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-Self-EMPD"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.moi.gov.tw/",
      "value": "MedRQ02"
    },
    {
      "value": "1"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs",
          "code": "A"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs",
          "code": "3"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs",
          "code": "00",
          "display": "自費"
        }
      ]
    }
  ],
  "medicationReference": {
    "reference": "Medication/MedicationSelfEMPD-non02"
  },
  "subject": {
    "reference": "Patient/pat-ep"
  },
  "insurance": [
    {
      "reference": "Coverage/cov-02-ep"
    }
  ],
  "note": [
    {
      "text": "否,無須合併"
    },
    {
      "text": "N,不註銷"
    }
  ]
}