{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/HojaClinicaBundle",
  "name": "HojaClinicaBundle",
  "status": "draft",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 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": "document",
        "mustSupport": true
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "short": "Hoja Clinica",
        "type": [
          {
            "code": "Composition",
            "profile": "http://hl7.org/fhir/StructureDefinition/Composition"
          },
          {
            "code": "Patient",
            "profile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Organization",
            "profile": "http://hl7.org/fhir/StructureDefinition/Organization"
          },
          {
            "code": "Practitioner",
            "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Encounter",
            "profile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Condition",
            "profile": "http://hl7.org/fhir/StructureDefinition/Condition"
          },
          {
            "code": "DiagnosticReport",
            "profile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
          },
          {
            "code": "Observation",
            "profile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "CarePlan",
            "profile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "ClinicalImpression",
            "profile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
          },
          {
            "code": "RiskAssessment",
            "profile": "http://hl7.org/fhir/StructureDefinition/RiskAssessment"
          }
        ]
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  }
}