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

status: Active

intent: Order

priority: Routine

medication: NEFOPAM VIA 20MG/2ML INJ AMP

subject: Patient/25678

authoredOn: 2026-02-12 17:30:00+0100

requester: Practitioner/smart-Practitioner-71482713

groupIdentifier: Presc-4254

dosageInstruction

timing: Une fois par 6 hours

route: Voie intramusculaire

DoseAndRates

-Dose[x]
*1 Ampoule (Détails : code EDQM Standard Terms15002000 = 'Ampoule')

maxDosePerPeriod: 120 mg (Détails : code UCUMmg = 'mg')/24 h (Détails : code UCUMh = 'h')


Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-Analyse-Presc-NEFOPAM",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-inpatient-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://data.esante.gouv.fr/ansm/medicament/UCD",
        "code": "3400893485552",
        "display": "NEFOPAM VIA 20MG/2ML INJ AMP"
      }
    ]
  },
  "subject": {
    "reference": "Patient/25678"
  },
  "authoredOn": "2026-02-12T17:30:00+01:00",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "groupIdentifier": {
    "value": "Presc-4254"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 2,
            "unit": "semaines",
            "system": "http://unitsofmeasure.org",
            "code": "wk"
          },
          "frequency": 1,
          "period": 6,
          "periodUnit": "h"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20035000",
            "display": "Voie intramusculaire"
          }
        ],
        "text": "Voie intramusculaire"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Ampoule",
            "system": "http://standardterms.edqm.eu",
            "code": "15002000"
          }
        }
      ],
      "maxDosePerPeriod": {
        "numerator": {
          "value": 120,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 24,
          "unit": "h",
          "system": "http://unitsofmeasure.org",
          "code": "h"
        }
      }
    }
  ]
}