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-CETAFEN-CPR.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-CETAFEN-CPR

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

2 comprimés toutes les 12 heures

status: Active

intent: Proposal

priority: Routine

medication: CETAFEN 500MG/150MG CPR

subject: Patient/25678

supportingInformation:

authoredOn: 2026-03-20 18:53:00+0100

requester: Practitioner/smart-Practitioner-27865023

groupIdentifier: Presc-20260320174600

note:

Prescription textuelle: CETAFEN 500MG/150MG : 2 comprimés toutes les 12 heures

dosageInstruction

timing: Une fois par 12 hours

DoseAndRates

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

Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-Analyse-Presc-CETAFEN-CPR",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/analyse-pharma/StructureDefinition/fr-inpatient-pharmaceutical-intervention-suggestion"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationRequest.renderedDosageInstruction",
      "valueMarkdown": "2 comprimés toutes les 12 heures"
    }
  ],
  "status": "active",
  "intent": "proposal",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://data.esante.gouv.fr/ansm/medicament/UCD",
        "code": "3400890032483",
        "display": "CETAFEN 500MG/150MG CPR"
      }
    ]
  },
  "subject": {
    "reference": "Patient/25678"
  },
  "supportingInformation": [
    {
      "reference": "MedicationRequest/InLine-Analyse-Presc-CETAFEN-INJ"
    },
    {
      "reference": "Task/Analyse-Intervention-Type4-CETAFEN-INJ"
    }
  ],
  "authoredOn": "2026-03-20T18:53:00+01:00",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-27865023"
  },
  "groupIdentifier": {
    "value": "Presc-20260320174600"
  },
  "note": [
    {
      "text": "Prescription textuelle: CETAFEN 500MG/150MG : 2 comprimés toutes les 12 heures"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 12,
          "periodUnit": "h"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "unit": "Comprimé",
            "system": "http://standardterms.edqm.eu",
            "code": "15054000"
          }
        }
      ]
    }
  ]
}