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-BINOCRIT.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-BINOCRIT

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

Une seringue préremplie toutes les deux semaines

status: Active

intent: Order

priority: Routine

medication: BINOCRIT 20000UI INJ S0,5ML +A

subject: Patient/14602

authoredOn: 2026-03-20 11:50:00+0100

requester: Practitioner/smart-Practitioner-71482713

groupIdentifier: Presc-20260320115000

note:

Prescription textuelle: BINOCRIT 20000 UI/0,5ml : Une seringue préremplie toutes les deux semaines

dosageInstruction

timing: Une fois par 2 weeks

DoseAndRates

-Dose[x]
*1 Seringue (Détails : code EDQM Standard Terms15052000 = 'Syringe')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-Analyse-Presc-BINOCRIT",
  "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": "Une seringue préremplie toutes les deux semaines"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://data.esante.gouv.fr/ansm/medicament/UCD",
        "code": "3400893634318",
        "display": "BINOCRIT 20000UI INJ S0,5ML +A"
      }
    ]
  },
  "subject": {
    "reference": "Patient/14602"
  },
  "authoredOn": "2026-03-20T11:50:00+01:00",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "groupIdentifier": {
    "value": "Presc-20260320115000"
  },
  "note": [
    {
      "text": "Prescription textuelle: BINOCRIT 20000 UI/0,5ml : Une seringue préremplie toutes les deux semaines"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 2,
          "periodUnit": "wk"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Seringue",
            "system": "http://standardterms.edqm.eu",
            "code": "15052000"
          }
        }
      ]
    }
  ]
}