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

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeMedicationDispense
IdMedicationDispense-Disp-EFFERALGAN-presc-DC.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é : DispensationMédicaments Disp-EFFERALGAN-presc-DC

status: Completed

medication: Medication EFFERALGANMED 1000MG CPR

subject: Patient/14602

Performers

-Actor
*Practitioner/smart-Practitioner-7148xxxx

authorizingPrescription: MedicationRequest : status = active; intent = order; medication[x] = ->Medication paracétamol; authoredOn = 2021-07-13 08:48:39+0000; groupIdentifier = Presc-24625

type: First Fill - Complete

quantity: 15 1 (Détails : code UCUM1 = '1')

daysSupply: 5 jours (Détails : code UCUMd = 'd')

whenPrepared: 2021-07-13 10:37:00+0000

whenHandedOver: 2021-07-13 11:16:00+0000

dosageInstruction

sequence: 1

timing: Une fois

route: Voie orale

DoseAndRates

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

Source1

{
  "resourceType": "MedicationDispense",
  "id": "Disp-EFFERALGAN-presc-DC",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-inpatient-medication-dispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/InLine-med-EFFERALGAN"
  },
  "subject": {
    "reference": "Patient/14602"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/smart-Practitioner-7148xxxx"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/InLine-presc-Paracetamol1"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "FFC",
        "display": "First Fill - Complete"
      }
    ]
  },
  "quantity": {
    "value": 15,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "daysSupply": {
    "value": 5,
    "unit": "jours",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenPrepared": "2021-07-13T10:37:00Z",
  "whenHandedOver": "2021-07-13T11:16:00Z",
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2021-07-13T10:37:00Z",
            "end": "2021-07-18T10:36:59Z"
          },
          "timeOfDay": [
            "07:00:00",
            "12:00:00",
            "18:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "20053000",
            "display": "Voie orale"
          }
        ],
        "text": "Voie orale"
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ],
            "text": "Ordered"
          },
          "doseQuantity": {
            "value": 1,
            "unit": "Comprimé",
            "system": "http://standardterms.edqm.eu",
            "code": "15054000"
          }
        }
      ]
    }
  ]
}