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

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeMedicationRequest
IdMedicationRequest-InLine-presc-Paracetamol2.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

Narratif généré : PrescriptionMédicamenteuseTODO InLine-presc-Paracetamol2

status: Active

intent: Order

medication: Medication paracétamol

subject: Patient/14603

authoredOn: 2021-07-14 09:07:28+0000

requester: Practitioner/smart-Practitioner-71482713

dosageInstruction

timing: Une fois

route: Voie orale

DoseAndRates

-TypeDose[x]
*Ordered500 mg (Détails : code UCUMmg = 'mg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-presc-Paracetamol2",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-inpatient-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/InLine-med-Paracetamol"
  },
  "subject": {
    "reference": "Patient/14603"
  },
  "authoredOn": "2021-07-14T09:07:28.914Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-14T09:07:00Z",
            "end": "2021-07-17T09:06:59Z"
          },
          "timeOfDay": [
            "07:00:00",
            "18:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20053000",
            "display": "Voie orale"
          }
        ],
        "text": "Voie orale"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ],
            "text": "Ordered"
          },
          "doseQuantity": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}