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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeMedicationRequest
IdMedicationRequest-PMR-MedReq14.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 PMR-MedReq14

identifier: https://www.vghtpe.gov.tw/Index.action/項次id

status: Completed

intent: Order

category: Medication prescribed Narrative

medication: Medication 阿立批挫

subject: 測試員 Male, DoB: 1997-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

dosageInstruction

sequence: 1

text: 高血壓藥

timing: Code

route: 口服

DoseAndRates

-Dose[x]
*1 days

dispenseRequest

validityPeriod: 2020-07-01 --> 2020-07-31

numberOfRepeatsAllowed: 1

quantity: 31 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')

ExpectedSupplyDurations

-ValueUnitSystemCode
*31dayshttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "MedicationRequest",
  "id": "PMR-MedReq14",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRMedicationRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.vghtpe.gov.tw/Index.action",
      "value": "項次id"
    }
  ],
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "29551-9",
          "display": "Medication prescribed Narrative"
        }
      ],
      "text": "Medication prescribed Narrative"
    }
  ],
  "medicationReference": {
    "reference": "Medication/PMR-Med15"
  },
  "subject": {
    "reference": "Patient/PMR-Pat2"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "高血壓藥",
      "timing": {
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code": "QD",
              "display": "QD"
            }
          ],
          "text": "每日一次"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ],
        "text": "口服"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "days"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2020-07-01",
      "end": "2020-07-31"
    },
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 31,
      "unit": "TAB",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "TAB"
    },
    "expectedSupplyDuration": {
      "value": 31,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}