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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-bundle-labresult.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-labresult
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-bundle-labresult
Version1.2.2
Statusactive
NameBundleLabResult
TitleLab Result Bundle Profile
DescriptionTransaction Bundle containing laboratory test results with diagnostic reports and observation data.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.nehr#2.0.0profile-investigationInvestigation
synapxe.sgcdi#1.2.2profile-labresultLab Result Profile
synapxe.nde#1.0.0profile-locationLocation
synapxe.nde#1.0.0profile-servicerequestServiceRequest
synapxe.nde#1.0.0profile-specimenSpecimen

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-bundle-labresult",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-labresult",
  "version": "1.2.2",
  "name": "BundleLabResult",
  "title": "Lab Result Bundle Profile",
  "status": "active",
  "publisher": "Synapxe",
  "description": "Transaction Bundle containing laboratory test results with diagnostic reports and observation data.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "transaction"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:labresult",
        "path": "Bundle.entry",
        "sliceName": "labresult",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:labresult.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-labresult"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:labresult.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:servicerequest",
        "path": "Bundle.entry",
        "sliceName": "servicerequest",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:servicerequest.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:servicerequest.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:location",
        "path": "Bundle.entry",
        "sliceName": "location",
        "max": "1"
      },
      {
        "id": "Bundle.entry:location.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-location"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:location.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:specimen",
        "path": "Bundle.entry",
        "sliceName": "specimen",
        "max": "1"
      },
      {
        "id": "Bundle.entry:specimen.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:specimen.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:investigation",
        "path": "Bundle.entry",
        "sliceName": "investigation",
        "min": 1
      },
      {
        "id": "Bundle.entry:investigation.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:investigation.request",
        "path": "Bundle.entry.request",
        "min": 1
      }
    ]
  }
}