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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeBundle
IdBundle_somministrazione.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-somministrazione",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Bundle_somministrazione"
    ]
  },
  "type": "message",
  "timestamp": "2021-09-22T17:20:29.216+02:00",
  "entry": [
    {
      "resource": {
        "resourceType": "MessageHeader",
        "id": "HC40-CPOETHERAPY.messageheader-somministrazione",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MessageHeader_somministrazione_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_SMNT_TER",
          "display": "inserimento somministrazione terapia"
        },
        "destination": [
          {
            "name": "IHub-INS_SMNT_TER",
            "endpoint": "http://ihub.eng.it/INS_SMNT_TER"
          }
        ],
        "source": {
          "name": "HC40-CPOETHERAPY",
          "endpoint": "http://HC40-CPOETHERAPY.eng.it"
        }
      }
    },
    {
      "resource": {
        "resourceType": "MedicationAdministration",
        "id": "HC40-CPOETERAPY.medicationadministration",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MedicationAdministration_Eng"
          ]
        },
        "status": "completed",
        "medicationReference": {
          "reference": "Medication/HC40-CPOETHERAPY.medication"
        },
        "subject": {
          "reference": "Patient/HC40-PI.patient"
        },
        "context": {
          "reference": "Encounter/HC40-ADT.encounter-adt"
        },
        "effectiveDateTime": "2015-01-16T14:30:00+01:00",
        "performer": [
          {
            "function": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/med-admin-perform-function",
                  "code": "performer",
                  "display": "Performer"
                }
              ]
            },
            "actor": {
              "reference": "Practitioner/HC40-PL.practitioner"
            }
          }
        ],
        "request": {
          "reference": "MedicationRequest/HC40-CPOETHERAPY.medicationrequest"
        },
        "dosage": {
          "route": {
            "coding": [
              {
                "system": "http://cct.eng.it/FHIR/schema/medication-route-farmadati",
                "code": "56789",
                "display": "descrizione route"
              }
            ]
          },
          "dose": {
            "value": 500,
            "unit": "mg",
            "system": "http://cct.eng.it/FHIR/schema/medication-unit",
            "code": "mg"
          }
        }
      }
    }
  ]
}