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

FHIR IG analytics

Packagehl7.fhir.fr.analyse-pharma
Resource TypeMedicationRequest
IdMedicationRequest-InLine-Analyse-Presc-ELIQUIS-50.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-Analyse-Presc-ELIQUIS-50

R5: Full representation of the dosage instructions (new):

2 comprimés par jour

status: Active

intent: Order

priority: Routine

medication: ELIQUIS 5MG CPR

subject: Patient/14602

authoredOn: 2026-03-22 16:34:00+0100

requester: Practitioner/smart-Practitioner-71482713

groupIdentifier: Presc-20260322163400

note:

Prescription textuelle: ELIQUIS 5MG : 2 comprimés par jour​

dosageInstruction

timing: 2 par 1 day

DoseAndRates

-Dose[x]
*1 Comprimé (Détails : code EDQM Standard Terms15054000 = 'Tablet')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-Analyse-Presc-ELIQUIS-50",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-inpatient-medicationrequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
      "valueMarkdown": "2 comprimés par jour"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://data.esante.gouv.fr/ansm/medicament/UCD",
        "code": "3400893887738",
        "display": "ELIQUIS 5MG CPR"
      }
    ]
  },
  "subject": {
    "reference": "Patient/14602"
  },
  "authoredOn": "2026-03-22T16:34:00+01:00",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "groupIdentifier": {
    "value": "Presc-20260322163400"
  },
  "note": [
    {
      "text": "Prescription textuelle: ELIQUIS 5MG : 2 comprimés par jour​"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Comprimé",
            "system": "http://standardterms.edqm.eu",
            "code": "15054000"
          }
        }
      ]
    }
  ]
}