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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-bundle-diagnosticreport-shs.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-shs
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-shs
Version1.2.2
Statusactive
NameBundleSchoolHealthScreeningReport
TitleSchool Health Screening Report Bundle Profile
DescriptionTransaction Bundle profile for school health screening diagnostic reports and related clinical data.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
synapxe.sgcdi#1.2.2profile-diagnosticreport-shsSchool Health Screening Report Profile
synapxe.nde#1.0.0profile-observationObservation
synapxe.sgcdi#1.2.2profile-referralReferral Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "profile-bundle-diagnosticreport-shs",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-shs",
  "version": "1.2.2",
  "name": "BundleSchoolHealthScreeningReport",
  "title": "School Health Screening Report Bundle Profile",
  "status": "active",
  "description": "Transaction Bundle profile for school health screening diagnostic reports and related clinical 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:report",
        "path": "Bundle.entry",
        "sliceName": "report",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:report.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport-shs"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:report.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:referral",
        "path": "Bundle.entry",
        "sliceName": "referral",
        "min": 1
      },
      {
        "id": "Bundle.entry:referral.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-referral"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:referral.request",
        "path": "Bundle.entry.request",
        "min": 1
      },
      {
        "id": "Bundle.entry:observation",
        "path": "Bundle.entry",
        "sliceName": "observation",
        "min": 1
      },
      {
        "id": "Bundle.entry:observation.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:observation.request",
        "path": "Bundle.entry.request",
        "min": 1
      }
    ]
  }
}