{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2021-06-17T07:06:14.01+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/Goal",
  "name": "Goal",
  "status": "draft",
  "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": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Goal",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Goal",
        "path": "Goal",
        "comment": "Can't find \r\nTitle\r\nStatus.code\r\nStatus.display\r\n\r\nGoal can be achieving a particular change or merely maintaining a current state or even slowing a decline."
      },
      {
        "id": "Goal.id",
        "path": "Goal.id",
        "mustSupport": true
      },
      {
        "id": "Goal.statusDate",
        "path": "Goal.statusDate",
        "comment": "This was - Period.start\r\n\r\nTo see the date for past statuses, query history.",
        "mustSupport": true
      }
    ]
  }
}