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-Trad-PN13-FHIR-Analyse-Validation-Proposition.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-Trad-PN13-FHIR-Analyse-Validation-Proposition

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

1000 mg toutes les 6 heures pendant 2 jours, 4000 mg max/j

identifier: https://somehospital.fr/PrescrptionLine-ID/31637

status: Active

intent: Proposal

priority: Routine

medication: paracétamol

subject: AVION (sexe non précisé), Date de Naissance :1961-11-25 ( Identifiant interne: 5000001820 (use: usual, ))

encounter: Identifier: https://somehospital.fr/Sejour/70101274

supportingInformation:

authoredOn: 2022-04-11 17:30:53+0200

requester: Identifier: urn:oid:1.2.250.1.71.4.2.1/811102058236

groupIdentifier: https://somehospital.fr/Prescrption-ID/10723

note:

Prescription textuelle: PARACETAMOL (Voie orale) : 1000 mg toutes les 6 heures pendant 2 jours, 4000 mg max/j

dosageInstruction

timing: Une fois par 6 hours

route: Voie orale

DoseAndRates

-Dose[x]
*1000 mg (Détails : code UCUMmg = 'mg')

maxDosePerPeriod: 4000 mg (Détails : code UCUMmg = 'mg')/1 d (Détails : code UCUMd = 'd')


Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-Trad-PN13-FHIR-Analyse-Validation-Proposition",
  "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": "1000 mg toutes les 6 heures pendant 2 jours, 4000 mg max/j"
    }
  ],
  "identifier": [
    {
      "system": "https://somehospital.fr/PrescrptionLine-ID",
      "value": "31637"
    }
  ],
  "status": "active",
  "intent": "proposal",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://data.esante.gouv.fr/ansm/medicament/codeSMS",
        "code": "100000090270",
        "display": "paracétamol"
      }
    ]
  },
  "subject": {
    "reference": "Patient/InLine-patient-Avion"
  },
  "encounter": {
    "identifier": {
      "system": "https://somehospital.fr/Sejour",
      "value": "70101274"
    }
  },
  "supportingInformation": [
    {
      "extension": [
        {
          "url": "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-uf-role",
          "valueCode": "UFMED"
        }
      ],
      "identifier": {
        "system": "https://somehospital.fr/UF",
        "value": "2571"
      }
    },
    {
      "reference": "Observation/InLine-Observation-poids-Avion"
    },
    {
      "reference": "Observation/InLine-observation-taille-Avion"
    },
    {
      "reference": "MedicationRequest/InLine-Trad-PN13-FHIR-Analyse-Presc-Paracetamol"
    },
    {
      "reference": "Task/Analyse-Validation-Proposition-Trad-PN13-FHIR"
    }
  ],
  "authoredOn": "2022-04-11T17:30:53+02:00",
  "requester": {
    "identifier": {
      "system": "urn:oid:1.2.250.1.71.4.2.1",
      "value": "811102058236"
    }
  },
  "groupIdentifier": {
    "system": "https://somehospital.fr/Prescrption-ID",
    "value": "10723"
  },
  "note": [
    {
      "extension": [
        {
          "url": "https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medicationrequest-note-scope",
          "valueCode": "LIPRESCTXT"
        }
      ],
      "text": "Prescription textuelle: PARACETAMOL (Voie orale) : 1000 mg toutes les 6 heures pendant 2 jours, 4000 mg max/j"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2022-04-12T06:00:00+02:00",
            "end": "2022-04-15T00:00:00+02:00"
          },
          "frequency": 1,
          "period": 6,
          "periodUnit": "h"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20053000",
            "display": "Voie orale"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1000,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ],
      "maxDosePerPeriod": {
        "numerator": {
          "value": 4000,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "system": "http://unitsofmeasure.org",
          "code": "d"
        }
      }
    }
  ]
}