{
  "resourceType": "StructureDefinition",
  "id": "OutpatientProgressNote",
  "url": "http://example.org/fhir/StructureDefinition/OutpatientProgressNoteBundle",
  "version": "1",
  "name": "OutpatientProgressNoteBundle",
  "title": "OutpatientProgressNote",
  "status": "draft",
  "date": "2019-09-06",
  "publisher": "Jaehoon Lee\\",
  "description": "OutpatientProgressNote",
  "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": [
              "CarePlan"
            ]
          }
        ]
      }
    ]
  }
}