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

FHIR IG Statistics: StructureDefinition/dbb7695c-5a9f-491d-906e-5ab78c6e6904

Packageans.cnsa.fhir
Resource TypeStructureDefinition
Iddbb7695c-5a9f-491d-906e-5ab78c6e6904
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ans.cnsa.fhir@0.1.2&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/BundleRecherchePJ
URLhttp://esante.gouv.fr/ci-sis/fhir/StructureDefinition/BundleRecherchePJ
Version1.0
Statusactive
Date2021-04-21T08:05:35.0059384+00:00
NameBundleRecherchePJ
Authoritynational
DescriptionCe profil correspond au « résultat d’une recherche de pièces jointes » au sens du volet SI-MDPH. « Bundle » de type « searchset » encapsulant une collection de 0, une ou plusieurs ressources « DocumentReference » répondant aux critères de recherche.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
DocumentReferenceMDPHDocumentReferenceMDPH

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "dbb7695c-5a9f-491d-906e-5ab78c6e6904",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-04-21T08:10:09.725+00:00"
  },
  "url": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/BundleRecherchePJ",
  "version": "1.0",
  "name": "BundleRecherchePJ",
  "status": "active",
  "date": "2021-04-21T08:05:35.0059384+00:00",
  "publisher": "ANS",
  "description": "Ce profil correspond au « résultat d’une recherche de pièces jointes » au sens du volet SI-MDPH. \r\n« Bundle » de type « searchset » encapsulant une collection de 0, une ou plusieurs ressources « DocumentReference » répondant aux critères de recherche.",
  "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.meta",
        "path": "Bundle.meta",
        "min": 1
      },
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/BundleRecherchePJ"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "searchset"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/DocumentReferenceMDPH"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  }
}