{
  "resourceType": "StructureDefinition",
  "id": "YonseiAdmissionNoteBundle",
  "url": "http://example.org/fhir/StructureDefinition/YsAdmissionNoteBundle",
  "version": "1",
  "name": "YsAdmissionNoteBundle",
  "title": "YonseiAdmissionNoteBundle",
  "status": "draft",
  "date": "2019-09-04",
  "publisher": "Jaehoon Lee",
  "description": "YonseiAdmissionNoteBundle",
  "purpose": "YonseiAdmissionNoteBundle",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "YsAdmissionEncounter",
              "YsChiefComplaintCondition",
              "YsEstimateDiagnosticReport",
              "YsPastHistoryCondition",
              "YsPresentIllnessCondition"
            ]
          }
        ]
      }
    ]
  }
}