FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Profile_ReteLab_Bundle_NotificaGiornaliera

Packagegdrl.fhir.r4
Resource TypeStructureDefinition
IdProfile_ReteLab_Bundle_NotificaGiornaliera
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=gdrl.fhir.r4@1.4.0&canonical=https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleNotificaGiornaliera
URLhttps://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleNotificaGiornaliera
Statusactive
Date2023-12-21T14:31:53.6384566+00:00
NameReteLabBundleNotificaGiornaliera
DescriptionProfilo volto a descrivere la risorsa Bundle nell'ambito della notifica giornaliera delle prestazioni da parte dei laboratori.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ReteLabMessageHeaderReteLabMessageHeader
ReteLabOrganizationL1ReteLabOrganizationL1
ReteLabOrganizationL2ReteLabOrganizationL2
ReteLabOrganizationL3ReteLabOrganizationL3
ReteLabOrganizationL4ReteLabOrganizationL4
ReteLabOrganizationLaboratorioReteLabOrganizationLaboratorio
ReteLabServiceRequestRichiestaEsamiLabReteLabServiceRequestRichiestaEsamiLab
ReteLabSpecimenCampioneLaboratorioReteLabSpecimenCampioneLaboratorio

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabBundleNotificaGiornaliera",
  "name": "ReteLabBundleNotificaGiornaliera",
  "status": "active",
  "date": "2023-12-21T14:31:53.6384566+00:00",
  "description": "Profilo volto a descrivere la risorsa Bundle nell'ambito della notifica giornaliera delle prestazioni da parte dei laboratori.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "message"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "definition": "Corrispondente campo HL7 secondo specifiche regionali: MSH-7.1"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:MessageHeader",
        "path": "Bundle.entry",
        "sliceName": "MessageHeader",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:MessageHeader.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabMessageHeader"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ServiceRequest",
        "path": "Bundle.entry",
        "sliceName": "ServiceRequest",
        "min": 1
      },
      {
        "id": "Bundle.entry:ServiceRequest.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabServiceRequestRichiestaEsamiLab"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Organization",
        "path": "Bundle.entry",
        "sliceName": "Organization",
        "short": "Organization Laboratorio, L1 e L2 sono obbligatorie. Devono essere presenti almeno due Organization che riportano il codice dell’ente e del presidio del laboratorio; le informazioni sul reparto e sull’ambulatorio sono facoltative a meno di presidi che possiedono più laboratori. In tal caso, è necessario specificare un livello di dettaglio opportuno della struttura (tramite il Organization L3 e L4) al fine del riconoscimento del laboratorio incaricato.",
        "min": 2
      },
      {
        "id": "Bundle.entry:Organization.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationLaboratorio",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL1",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL2",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL3",
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabOrganizationL4"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Specimen",
        "path": "Bundle.entry",
        "sliceName": "Specimen"
      },
      {
        "id": "Bundle.entry:Specimen.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabSpecimenCampioneLaboratorio"
            ]
          }
        ]
      }
    ]
  }
}