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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeBundle
Idmedication_perioperatoria.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "HC40-CPOETHERAPY.bundle-terapia-perioperatoria",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Bundle_prescrizione"
    ]
  },
  "type": "message",
  "timestamp": "2021-09-30T12:23:33.497+02:00",
  "entry": [
    {
      "resource": {
        "resourceType": "MessageHeader",
        "id": "HC40-CPOETHERAPY.messageheader-prescrizione",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MessageHeader_prescrizione_Eng"
          ]
        },
        "extension": [
          {
            "url": "http://cct.eng.it/FHIR/schema/messageHeader-operator",
            "extension": [
              {
                "url": "name",
                "valueCode": "nome operatore"
              },
              {
                "url": "surname",
                "valueCode": "cognome operatore"
              },
              {
                "url": "code",
                "valueCode": "HC40-PL.6f3996b0-12b9-4424-b4eb-eda744c0e1b2"
              },
              {
                "url": "username",
                "valueCode": "nome.cognome"
              }
            ]
          }
        ],
        "eventCoding": {
          "system": "http://ihub.eng.it/fhir/message-events",
          "code": "INS_TER",
          "display": "OnAuthorizeMedicationRequest"
        },
        "destination": [
          {
            "name": "IHub-INS_TER",
            "endpoint": "http://ihub.eng.it/INS_TER"
          }
        ],
        "enterer": {
          "reference": "HC40-PL.6f3996b0-12b9-4424-b4eb-eda744c0e1b2"
        },
        "source": {
          "name": "HC40-CPOETHERAPY",
          "endpoint": "http://HC40-CPOETHERAPY.eng.it"
        }
      }
    },
    {
      "resource": {
        "resourceType": "Medication",
        "id": "HC40-CPOETHERAPY.medication-semplice",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/Medication_semplice_Eng"
          ]
        },
        "form": {
          "coding": [
            {
              "system": "http://ismett/form",
              "code": "compresse",
              "display": "compresse"
            },
            {
              "system": "http://care.codeableconcept",
              "code": "TABLET"
            }
          ],
          "text": "COMPRESSA"
        },
        "ingredient": [
          {
            "itemCodeableConcept": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/sid/atc",
                  "code": "N02BE01"
                }
              ],
              "text": "Paracetamolo (mg - compresse - orale)"
            },
            "isActive": true
          }
        ],
        "batch": {
          "lotNumber": "45690",
          "expirationDate": "2018-10-10"
        }
      }
    },
    {
      "resource": {
        "resourceType": "MedicationRequest",
        "id": "HC40-CPOETHERAPY.medicationrequest",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MedicationRequest_Eng"
          ]
        },
        "extension": [
          {
            "url": "http://cct.eng.it/FHIR/schema/medicationrequest-patient-provided-drug",
            "valueBoolean": true
          }
        ],
        "identifier": [
          {
            "use": "official",
            "system": "http://ismett.edu/cpoe-t/medication-request-identifier",
            "value": "T021000072"
          }
        ],
        "status": "active",
        "intent": "order",
        "priority": "routine",
        "medicationReference": {
          "reference": "Medication/HC40-CPOETHERAPY.6f3996b0-12b9-4424-b4eb-eda744c0e1b2"
        },
        "subject": {
          "reference": "Patient/HC40-PI.a3df2071-3564-4007-9f7a-ae85a8295e35"
        },
        "encounter": {
          "reference": "Encounter/HC40-ADT.c587a460-657d-4f26-8bba-f90a3a19903d"
        },
        "authoredOn": "2021-09-30T12:23:00+02:00",
        "requester": {
          "reference": "Practitioner/HC40-PL.516f6757-8fd0-4c52-8a78-3d19b8af1f01"
        },
        "reasonCode": [
          {
            "text": "indicazione terapeutica/perioperatoria"
          }
        ],
        "note": [
          {
            "text": "{noteTextValue}"
          }
        ],
        "dosageInstruction": [
          {
            "sequence": 1,
            "text": "Paracetamolo (mg - compresse - orale) 1 mg",
            "timing": {
              "event": [
                "2021-09-30T12:23:00+02:00"
              ],
              "code": {
                "coding": [
                  {
                    "system": "http://care.medicationrequest.timing.mode",
                    "code": "PERIOPERATIVE",
                    "display": "Perioperatoria"
                  }
                ],
                "text": "PERIOPERATIVE"
              }
            },
            "route": {
              "coding": [
                {
                  "system": "http://ismett/route",
                  "code": "orale",
                  "display": "orale"
                }
              ]
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 1,
                  "unit": "mg",
                  "system": "http://unitsofmeasure.org",
                  "code": "mg"
                }
              }
            ]
          }
        ],
        "dispenseRequest": {
          "validityPeriod": {
            "start": "2021-09-30T12:23:00+02:00"
          }
        }
      }
    }
  ]
}