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

FHIR IG analytics

Packagegdrl.fhir.r4
Resource TypeMessageHeader
IdExample_ReteLab_MessageHeader_RispostaNotifica.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-risposta-notifica",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeader"
    ],
    "lastUpdated": "2023-10-04T14:49:57+01:00"
  },
  "eventCoding": {
    "system": "https://fhir.siss.regione.lombardia.it/ValueSet/CodiceEventoMessageHeader",
    "code": "ORL^O22",
    "display": "ORL^O22^ORL_O22"
  },
  "destination": [
    {
      "name": "OMR",
      "endpoint": "OMR"
    }
  ],
  "source": {
    "name": "LIS",
    "endpoint": "LIS"
  },
  "response": {
    "identifier": "18480be1453c63c",
    "code": "ok"
  },
  "focus": [
    {
      "reference": "Task/esempio-task-risposta-ok-notifica"
    }
  ]
}