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

FHIR IG analytics

Packagegdrl.fhir.r4
Resource TypeMessageHeader
IdExample_ReteLab_MessageHeader_AckCommitOK.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": "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"
  }
}