FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package cisis.cds#4.0.0 (78 ms)

Package cisis.cds
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=cisis.cds@4.0.0&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_BundleResponseRecherche
Url http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_BundleResponseRecherche
Version 2.0
Status active
Date 2021-12-01
Name CDS_BundleResponseRecherche
Experimental False
Authority national
Description « Bundle » de type « searchset » encapsulant une collection de 0, une ou plusieurs ressources « CareTeam » répondant aux critères de recherche. Les ressources référencées par les ressources CareTeam retournées sont aussi dans le Bundle s’il a été demandé de les inclure dans la requête GET.
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://interopsante.org/fhir/StructureDefinition/FrOrganization FrOrganization
http://interopsante.org/fhir/StructureDefinition/FrPatient FrPatient
http://interopsante.org/fhir/StructureDefinition/FrPractitioner FrPractitioner
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_FrRelatedPerson CDS_FrRelatedPerson
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_IHECareTeam CDS_IHECareTeam
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_Organization-OrgaInt CDSOrganizationOrgaInt
https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass PractitionerRoleOrganizationalRoleRASS
https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass PractitionerRoleProfessionalRoleRASS


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_BundleResponseRecherche",
  "version" : "2.0",
  "name" : "CDS_BundleResponseRecherche",
  "status" : "active",
  "date" : "2021-12-01",
  "publisher" : "ANS",
  "description" : "« Bundle » de type « searchset » encapsulant une collection de 0, une ou plusieurs ressources « CareTeam » répondant aux critères de recherche. Les ressources référencées par les ressources CareTeam retournées sont aussi dans le Bundle s’il a été demandé de les inclure dans la requête GET.",
  "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.type",
        "path" : "Bundle.type",
        "fixedCode" : "searchset"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Bundle.entry:careTeam",
        "path" : "Bundle.entry",
        "sliceName" : "careTeam"
      },
      {
        "id" : "Bundle.entry:careTeam.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_IHECareTeam"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:careTeam.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "match"
      },
      {
        "id" : "Bundle.entry:careTeam.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:careTeam.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:patient",
        "path" : "Bundle.entry",
        "sliceName" : "patient"
      },
      {
        "id" : "Bundle.entry:patient.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrPatient"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:patient.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:patient.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:patient.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:relatedPerson",
        "path" : "Bundle.entry",
        "sliceName" : "relatedPerson"
      },
      {
        "id" : "Bundle.entry:relatedPerson.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_FrRelatedPerson"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:relatedPerson.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:relatedPerson.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:relatedPerson.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:organization",
        "path" : "Bundle.entry",
        "sliceName" : "organization"
      },
      {
        "id" : "Bundle.entry:organization.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrOrganization"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:organization.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:organization.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:organization.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:organizationInterne",
        "path" : "Bundle.entry",
        "sliceName" : "organizationInterne"
      },
      {
        "id" : "Bundle.entry:organizationInterne.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/CDS_Organization-OrgaInt"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:organizationInterne.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:organizationInterne.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:organizationInterne.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:practitioneRoleOrg",
        "path" : "Bundle.entry",
        "sliceName" : "practitioneRoleOrg"
      },
      {
        "id" : "Bundle.entry:practitioneRoleOrg.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:practitioneRoleOrg.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:practitioneRoleOrg.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:practitioneRoleOrg.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:practitionerRolePro",
        "path" : "Bundle.entry",
        "sliceName" : "practitionerRolePro"
      },
      {
        "id" : "Bundle.entry:practitionerRolePro.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:practitionerRolePro.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:practitionerRolePro.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:practitionerRolePro.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:practitioner",
        "path" : "Bundle.entry",
        "sliceName" : "practitioner"
      },
      {
        "id" : "Bundle.entry:practitioner.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:practitioner.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:practitioner.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:practitioner.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.