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

FHIR IG analytics

Packagetw.gov.mohw.cdc.aids
Resource TypeMedicationRequest
IdMedicationRequest-medReq-min.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: 药物请求 medReq-min

identifier: 0123456789005982020160624AC13083100

status: Active

intent: Order

medication: "ISONIAZID TABLETS ""WINSTON"""

subject: Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = 胸腔內科; period = 2026-05-01 --> 2026-05-02

supportingInformation: Observation Body weight

authoredOn: 2016-06-20

requester: Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, )

reasonCode: 1

dosageInstruction

timing: Code , Once

DoseAndRates

-Dose[x]
*1

DispenseRequests

-Quantity
*28

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medReq-min",
  "meta": {
    "profile": [
      "https://cdc.gov.tw/aids/StructureDefinition/MedicationRequest-aids-drug"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "0123456789005982020160624AC13083100"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
        "code": "AC13083100"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "encounter": {
    "reference": "Encounter/enc-drug"
  },
  "supportingInformation": [
    {
      "reference": "Observation/weight"
    }
  ],
  "authoredOn": "2016-06-20",
  "requester": {
    "reference": "Practitioner/pra-min"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw",
          "code": "A15.0"
        }
      ],
      "text": "1"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 28,
            "system": "http://unitsofmeasure.org",
            "code": "d"
          }
        },
        "code": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
              "code": "QD"
            }
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 28
    }
  }
}