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

FHIR IG Statistics: StructureDefinition/VVIS-LAB-Bundle-TransactionLaboratoryReport-v1.StructureDefinition

Packagenhs.fhir.lv.vvis
Resource TypeStructureDefinition
IdVVIS-LAB-Bundle-TransactionLaboratoryReport-v1.StructureDefinition
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=nhs.fhir.lv.vvis@0.1.0-test&canonical=https://lab.vvis.gov.lv/fhir/StructureDefinition/TransactionLaboratoryReport-v1
URLhttps://lab.vvis.gov.lv/fhir/StructureDefinition/TransactionLaboratoryReport-v1
Statusactive
NameTransactionLaboratoryReport
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
BundleTransactionLabBase-v1TransactionLabBase
LaboratoryConsentDelegatesPatient-v1LaboratoryConsentDelegatesPatient
LaboratoryConsentMedPers-v1LaboratoryConsentMedPers
LaboratoryReport-v1Laboratory Report

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://lab.vvis.gov.lv/fhir/StructureDefinition/TransactionLaboratoryReport-v1",
  "name": "TransactionLaboratoryReport",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "https://lab.vvis.gov.lv/fhir/StructureDefinition/BundleTransactionLabBase-v1",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "closed"
        },
        "constraint": [
          {
            "key": "lab-ele-method-pp",
            "severity": "error",
            "human": "Only 'POST', 'PUT' and 'PATCH' methods allowed",
            "expression": "request.method='POST' or request.method='PUT' or request.method='PATCH'"
          }
        ]
      },
      {
        "id": "Bundle.entry:diagnosticReport",
        "path": "Bundle.entry",
        "sliceName": "diagnosticReport",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:diagnosticReport.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://lab.vvis.gov.lv/fhir/StructureDefinition/DiagnosticReport/LaboratoryReportStructured-v1",
              "https://lab.vvis.gov.lv/fhir/StructureDefinition/DiagnosticReport/LaboratoryReport-v1"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:consentMedPers",
        "path": "Bundle.entry",
        "sliceName": "consentMedPers",
        "max": "1"
      },
      {
        "id": "Bundle.entry:consentMedPers.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://lab.vvis.gov.lv/fhir/StructureDefinition/Consent/LaboratoryConsentMedPers-v1"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:consentDelPat",
        "path": "Bundle.entry",
        "sliceName": "consentDelPat",
        "max": "1"
      },
      {
        "id": "Bundle.entry:consentDelPat.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://lab.vvis.gov.lv/fhir/StructureDefinition/Consent/LaboratoryConsentDelegatesPatient-v1"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:communications",
        "path": "Bundle.entry",
        "sliceName": "communications"
      },
      {
        "id": "Bundle.entry:communications.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://lab.vvis.gov.lv/fhir/StructureDefinition/Communication/LaboratoryCommunication-v1"
            ]
          }
        ]
      }
    ]
  }
}