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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeBundle
IdBundle_dispensazione.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-dispensazione",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Bundle_dispensazione"
    ]
  },
  "type": "message",
  "timestamp": "2021-09-22T17:20:29.216+02:00",
  "entry": [
    {
      "resource": {
        "resourceType": "MessageHeader",
        "id": "HC40-CPOETHERAPY.messageheader-dispensazione",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MessageHeader_dispensazione_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": "nome.cognome"
              }
            ]
          }
        ],
        "eventCoding": {
          "system": "http://ihub.eng.it/fhir/message-events",
          "code": "INS_DSP_TER",
          "display": "inserimento dispensazione terapia"
        },
        "destination": [
          {
            "name": "IHub-INS_DSP_TER",
            "endpoint": "http://ihub.eng.it/INS_DSP_TER"
          }
        ],
        "source": {
          "name": "HC40-CPOETHERAPY",
          "endpoint": "http://HC40-CPOETHERAPY.eng.it"
        }
      }
    },
    {
      "resource": {
        "resourceType": "MedicationDispense",
        "id": "HC40-CPOETERAPY.medicationdispense",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MedicationDispense_Eng"
          ]
        },
        "status": "completed",
        "medicationReference": {
          "reference": "Medication/HC40-CPOETHERAPY.medication"
        },
        "subject": {
          "reference": "Patient/HC40-PI.patient"
        },
        "context": {
          "reference": "Encounter/HC40-ADT.encounter-adt"
        },
        "authorizingPrescription": [
          {
            "reference": "MedicationRequest/HC40-CPOETHERAPY.medicationrequest"
          }
        ],
        "quantity": {
          "value": 30,
          "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code": "TAB"
        },
        "dosageInstruction": [
          {
            "timing": {
              "repeat": {
                "frequency": 2,
                "period": 21,
                "periodUnit": "d"
              }
            },
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "39489903",
                  "display": "oral administration of treatment"
                }
              ]
            },
            "doseAndRate": [
              {
                "type": {
                  "coding": [
                    {
                      "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                      "code": "ordered",
                      "display": "Ordered"
                    }
                  ]
                },
                "doseQuantity": {
                  "value": 500,
                  "unit": "mg",
                  "system": "http://unitsofmeasure.org",
                  "code": "mg"
                }
              }
            ]
          }
        ]
      }
    }
  ]
}