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

FHIR IG Statistics: StructureDefinition/Notts-SCR-Bundle

Packagenotts.scr.poc
Resource TypeStructureDefinition
IdNotts-SCR-Bundle
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=notts.scr.poc@0.1.0&canonical=https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Bundle
URLhttps://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Bundle
Statusdraft
NameNotts-SCR-Bundle
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Notts-SCR-Bundle",
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/Notts-SCR-Bundle",
  "name": "Notts-SCR-Bundle",
  "status": "draft",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "searchset"
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "min": 1
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.link.relation",
        "path": "Bundle.link.relation",
        "fixedString": "self"
      },
      {
        "id": "Bundle.link.url",
        "path": "Bundle.link.url",
        "definition": "The reference details for the link (e.g. search query string)."
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "min": 1
      },
      {
        "id": "Bundle.entry.search.mode",
        "path": "Bundle.entry.search.mode",
        "min": 1
      }
    ]
  }
}