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

FHIR IG analytics

Packagegdr.lab
Resource TypeMessageHeader
IdExample_ReteLab_MessageHeader_MDMT06.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-mdmt06",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeader"
    ],
    "lastUpdated": "2022-11-16T15:00:51+01:00"
  },
  "eventCoding": {
    "system": "https://fhir.siss.regione.lombardia.it/ValueSet/CodiceEventoMessageHeader",
    "code": "MDM^T06",
    "display": "MDM^T06^MDM_T06"
  },
  "destination": [
    {
      "name": "OMR",
      "endpoint": "OMR"
    }
  ],
  "source": {
    "name": "LIS",
    "endpoint": "LIS"
  },
  "focus": [
    {
      "reference": "DiagnosticReport/esempio-diagnosticreport-referto"
    }
  ]
}