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

FHIR IG analytics

Packagegdr.lab
Resource TypeMessageHeader
IdExample_ReteLab_MessageHeader_Risposta_accettazione_Richiesta.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-richiesta",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-11-29T15:11:37.6745262+00:00",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeader"
    ]
  },
  "eventCoding": {
    "system": "https://fhir.siss.regione.lombardia.it/ValueSet/CodiceEventoMessageHeader",
    "code": "ORL^O22",
    "display": "ORL^O22^ORL_O22"
  },
  "destination": [
    {
      "name": "OMR",
      "endpoint": "endpointOMR-endpointNPRI"
    }
  ],
  "source": {
    "name": "LIS",
    "endpoint": "endpointNPRI-endpointOMR"
  },
  "response": {
    "identifier": "esempio-messageHeader-oml-o21",
    "code": "ok"
  },
  "focus": [
    {
      "reference": "Task/esempio-task-accettazione"
    }
  ]
}