FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeMedicationRequest
IdMedicationRequest-InLine-presc-Paracetamol1.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-presc-Paracetamol1

status: Active

intent: Order

medication: Medication paracétamol

subject: Patient/14602

authoredOn: 2021-07-13 08:48:39+0000

requester: Practitioner/smart-Practitioner-71482713

groupIdentifier: Presc-24625

dosageInstruction

sequence: 1

timing: Une fois

route: Voie orale

DoseAndRates

-TypeDose[x]
*Ordered1 g (Détails : code UCUMg = 'g')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "InLine-presc-Paracetamol1",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-inpatient-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/InLine-med-Paracetamol"
  },
  "subject": {
    "reference": "Patient/14602"
  },
  "authoredOn": "2021-07-13T08:48:39.825Z",
  "requester": {
    "reference": "Practitioner/smart-Practitioner-71482713"
  },
  "groupIdentifier": {
    "value": "Presc-24625"
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-13T08:48:00Z",
            "end": "2021-07-18T08:47:59Z"
          },
          "timeOfDay": [
            "07:00:00",
            "12:00:00",
            "18:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20053000",
            "display": "Voie orale"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ],
            "text": "Ordered"
          },
          "doseQuantity": {
            "value": 1,
            "unit": "g",
            "system": "http://unitsofmeasure.org",
            "code": "g"
          }
        }
      ]
    }
  ]
}