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

FHIR IG analytics

Packagegdrl.fhir.r4
Resource TypeBundle
IdExample_ReteLab_Bundle_rispostaOK.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": "esempio-bundle-rispostaOK-nuova-richiesta",
  "type": "message",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleRispostaACK"
    ]
  },
  "entry": [
    {
      "fullUrl": "MessageHeader/esempio-messageHeader-ok-nuova-richiesta",
      "resource": {
        "resourceType": "MessageHeader",
        "id": "esempio-messageHeader-ok-nuova-richiesta",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2023-11-22T15:30:33.1503029+00:00",
          "profile": [
            "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeaderAck"
          ]
        },
        "eventCoding": {
          "system": "https://fhir.siss.regione.lombardia.it/ValueSet/CodiceEventoMessageHeader",
          "code": "ACK^O21",
          "display": "ACK^O21^ACK"
        },
        "reason": {
          "coding": [
            {
              "code": "commit"
            }
          ]
        },
        "destination": [
          {
            "name": "LIS",
            "endpoint": "localhost:52773/fhir/retilab/LIS"
          }
        ],
        "source": {
          "name": "OMR",
          "endpoint": "localhost:52773/fhir/retilab/OMR"
        },
        "response": {
          "identifier": "esempio-messageHeader-oml-o21",
          "code": "ok"
        }
      }
    }
  ]
}