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

FHIR IG Statistics: StructureDefinition/aa2678ac-6b27-406f-9f97-b0bd929b3e1d

Packagecolonoscopyreport.no
Resource TypeStructureDefinition
Idaa2678ac-6b27-406f-9f97-b0bd929b3e1d
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=colonoscopyreport.no@0.7.23&canonical=http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle
URLhttp://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle
Statusdraft
Date2021-11-16T15:14:32.4606586+00:00
NameBundle
TitleColonoscopy Report Bundle
TypeBundle
Kindresource

Resources that use this resource

StructureDefinition
colonoscopyreport-bundle-gastronetGastronet Bundle
colonoscopyreport-bundle-krgKRG Bundle

Resources that this resource uses

StructureDefinition
no-basis-Patientno-basis-Patient
colonoscopyreport-bostonbowelpreparationscaleColonoscopy Report Boston Bowel Preparation Scale
colonoscopyreport-colonoscopyColonoscopy Report Colonoscopy
colonoscopyreport-problemlistColonoscopy Report Problem List
colonoscopyreport-diagnosticreportColonoscopy Report Diagnostic Report
colonoscopyreport-lumenColonoscopy Report Lumen
colonoscopyreport-medicationlistColonoscopy Report Medication List
colonoscopyreport-medicationstatementColonoscopy Report MedicationStatement
colonoscopyreport-numberoflesionsColonoscopy Report Number Of Lesions
colonoscopyreport-subprocedureColonoscopy Report Sub Procedure

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "aa2678ac-6b27-406f-9f97-b0bd929b3e1d",
  "meta": {
    "versionId": "19",
    "lastUpdated": "2021-11-16T15:14:32.96+00:00"
  },
  "url": "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle",
  "name": "Bundle",
  "title": "Colonoscopy Report Bundle",
  "status": "draft",
  "date": "2021-11-16T15:14:32.4606586+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "binding": {
          "strength": "required",
          "valueSet": "http://kreftregisteret.no/fhir/NamingSystem/colonoscopy-report-id"
        }
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "short": "bundle type",
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 3
      },
      {
        "id": "Bundle.entry:Colonoscopy",
        "path": "Bundle.entry",
        "sliceName": "Colonoscopy",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:Colonoscopy.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:SubProcedure",
        "path": "Bundle.entry",
        "sliceName": "SubProcedure"
      },
      {
        "id": "Bundle.entry:SubProcedure.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-subprocedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:MedicationStatement",
        "path": "Bundle.entry",
        "sliceName": "MedicationStatement"
      },
      {
        "id": "Bundle.entry:MedicationStatement.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationstatement"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:ProblemList",
        "path": "Bundle.entry",
        "sliceName": "ProblemList",
        "max": "1"
      },
      {
        "id": "Bundle.entry:ProblemList.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-problemlist"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:MedicationList",
        "path": "Bundle.entry",
        "sliceName": "MedicationList",
        "max": "1"
      },
      {
        "id": "Bundle.entry:MedicationList.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-medicationlist"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:DiagnosticReport",
        "path": "Bundle.entry",
        "sliceName": "DiagnosticReport",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:DiagnosticReport.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:NumberOfLesions",
        "path": "Bundle.entry",
        "sliceName": "NumberOfLesions",
        "max": "1"
      },
      {
        "id": "Bundle.entry:NumberOfLesions.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:BostonBowelPreparationScale",
        "path": "Bundle.entry",
        "sliceName": "BostonBowelPreparationScale",
        "max": "1"
      },
      {
        "id": "Bundle.entry:BostonBowelPreparationScale.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Lumen",
        "path": "Bundle.entry",
        "sliceName": "Lumen",
        "max": "1"
      },
      {
        "id": "Bundle.entry:Lumen.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-lumen"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Patient",
        "path": "Bundle.entry",
        "sliceName": "Patient",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:Patient.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
            ]
          }
        ]
      }
    ]
  }
}