{
  "resourceType": "StructureDefinition",
  "id": "3609ea11-7eb6-4ef3-81fa-f96bd4869f7f",
  "meta": {
    "lastUpdated": "2020-11-13T16:50:59.648+00:00"
  },
  "url": "http://esus.recife.pe.gov.br/StructureDefinition/BundleTeleconsulta",
  "name": "BundleTeleconsulta",
  "title": "BundleTeleconsulta",
  "status": "active",
  "date": "2020-11-13T16:50:58.6423242+00:00",
  "publisher": "GOInterop Tecnologia LTDA",
  "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.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "transaction"
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resource.resolve()"
            }
          ],
          "rules": "open"
        },
        "max": "1"
      },
      {
        "id": "Bundle.entry:organization",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "organization",
        "max": "1"
      },
      {
        "id": "Bundle.entry:organization.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:organization.resource.address.line",
        "path": "Bundle.entry.resource.address.line",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "line"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:practitioner",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "practitioner",
        "max": "1"
      },
      {
        "id": "Bundle.entry:practitioner.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/Practitioner"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:practitioner.resource.address.line",
        "path": "Bundle.entry.resource.address.line",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "line"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:patient",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "patient",
        "max": "1"
      },
      {
        "id": "Bundle.entry:patient.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:patient.resource.address.line",
        "path": "Bundle.entry.resource.address.line",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "line"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:subjectiveObservation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "subjectiveObservation",
        "max": "1"
      },
      {
        "id": "Bundle.entry:subjectiveObservation.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/Observation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:objectiveObservation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "objectiveObservation",
        "max": "1"
      },
      {
        "id": "Bundle.entry:objectiveObservation.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/Observation"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:clinicalAssessment",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "clinicalAssessment",
        "max": "1"
      },
      {
        "id": "Bundle.entry:clinicalAssessment.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/ClinicalImpression"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:carePlan",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "carePlan",
        "max": "1"
      },
      {
        "id": "Bundle.entry:carePlan.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/CarePlan"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:condition",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "condition",
        "max": "1"
      },
      {
        "id": "Bundle.entry:condition.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/StructureDefinition/Condition"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:encounter",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "encounter",
        "max": "1"
      },
      {
        "id": "Bundle.entry:encounter.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://esus.recife.pe.gov.br/fhir/r4/StructureDefinition/Encounter"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:encounter.resource.reasonReference",
        "path": "Bundle.entry.resource.reasonReference",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}