{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2019-05-13T16:45:58.7725126+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyBundle",
  "name": "MyBundle",
  "status": "draft",
  "date": "2019-05-13T16:45:59.0768908+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier.use",
        "path": "Bundle.identifier.use",
        "fixedCode": "temp"
      },
      {
        "id": "Bundle.identifier.type",
        "path": "Bundle.identifier.type",
        "max": "0"
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "max": "0"
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "max": "0"
      },
      {
        "id": "Bundle.identifier.period",
        "path": "Bundle.identifier.period",
        "max": "0"
      },
      {
        "id": "Bundle.identifier.assigner",
        "path": "Bundle.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document|message|transaction|transationr-response|history|searchset"
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "max": "0"
      },
      {
        "id": "Bundle.link.relation",
        "path": "Bundle.link.relation",
        "fixedString": "RFC6573 (indica cual es el recurso que se esta indicando)"
      },
      {
        "id": "Bundle.link.url",
        "path": "Bundle.link.url",
        "fixedUri": "Detalle del link (haga referencia al servidor local HAPI del hospital)"
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "fixedUri": "Id del recurso correspondiente en el servidor"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "short": "Patient|Organization|Location|Condition"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}