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

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

1 goutte 3 fois par jour

status: Active

intent: Proposal

priority: Routine

medication: CELLUVISC 4MG COLLY UNIDOS

subject: Patient/14602

supportingInformation:

authoredOn: 2026-03-18 11:33:00+0100

requester: Practitioner/smart-Practitioner-27865023

groupIdentifier: Presc-20260318093300

note:

Prescription textuelle: CELLUVISC 4MG COLLY UNIDOS: 1 goutte 3 fois par jour​

dosageInstruction

timing: 3 par 1 day

DoseAndRates

-Dose[x]
*1 Goutte (Détails : code EDQM Standard Terms15022000 = 'Drop')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-Analyse-Presc-CELLUVISC",
  "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": "1 goutte 3 fois par jour"
    }
  ],
  "status": "active",
  "intent": "proposal",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://data.esante.gouv.fr/ansm/medicament/UCD",
        "code": "3400891817478",
        "display": "CELLUVISC 4MG COLLY UNIDOS"
      }
    ]
  },
  "subject": {
    "reference": "Patient/14602"
  },
  "supportingInformation": [
    {
      "reference": "MedicationRequest/InLine-Analyse-Presc-LACRIFLUID"
    },
    {
      "reference": "Task/Analyse-Validation-Commentaire-LACRIFLUID"
    }
  ],
  "authoredOn": "2026-03-18T11:33:00+01:00",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-27865023"
  },
  "groupIdentifier": {
    "value": "Presc-20260318093300"
  },
  "note": [
    {
      "text": "Prescription textuelle: CELLUVISC 4MG COLLY UNIDOS: 1 goutte 3 fois par jour​"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Goutte",
            "system": "http://standardterms.edqm.eu",
            "code": "15022000"
          }
        }
      ]
    }
  ]
}