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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeMedicationRequest
IdMedicationRequest-MedicationRequest-CL-Ejemplo.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 MedicationRequest-CL-Ejemplo

status: Completed

intent: Original Order

medication: Pastilla Aspirina

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

dosageInstruction

text: Administrar 500 mg por 3 días

timing: Once per 3 days

route: Vía de administración bucal

DoseAndRates

-Dose[x]
*500 mg (Details: UCUM codemg = 'mg')

DispenseRequests

-ValidityPeriod
*2019-02-04 --> 2019-02-05

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MedicationRequest-CL-Ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/MedicationRequest-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "original-order",
  "medicationReference": {
    "reference": "Medication/MedicamentoCLEjemplo",
    "display": "Pastilla Aspirina"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "dosageInstruction": [
    {
      "text": "Administrar 500 mg por 3 días",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 3,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20002500",
            "display": "Buccal use"
          }
        ],
        "text": "Vía de administración bucal"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2019-02-04",
      "end": "2019-02-05"
    }
  }
}