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

FHIR IG Statistics: StructureDefinition/StructureDefinition-RLE-Bundle-DocumentSearchResponse

Packagesurescripts.RecordLocatorExchange
Resource TypeStructureDefinition
IdStructureDefinition-RLE-Bundle-DocumentSearchResponse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.RecordLocatorExchange@1.0.0-beta&canonical=https://fhirdocs.surescripts.net/fhir/recordlocatorandexchange/StructureDefinition/DocumentSearchResponse
URLhttps://fhirdocs.surescripts.net/fhir/recordlocatorandexchange/StructureDefinition/DocumentSearchResponse
Statusactive
NameDocumentSearchResponse
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",
  "url": "https://fhirdocs.surescripts.net/fhir/recordlocatorandexchange/StructureDefinition/DocumentSearchResponse",
  "name": "DocumentSearchResponse",
  "status": "active",
  "fhirVersion": "4.0.1",
  "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.link",
        "path": "Bundle.entry.link",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/DocumentReference"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.id",
        "path": "Bundle.entry.resource.id",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource.date",
        "path": "Bundle.entry.resource.date",
        "comment": "Referencing/indexing time is used for tracking, organizing versions and searching.\r\nDo not use this for creation date of the document itself. For that, use the 'creation' field in the attachment."
      }
    ]
  }
}