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