{

"resourceType": "CarePlan",
"id": "f002",
"contained": [
  {
    "resourceType": "CareTeam",
    "id": "careteam",
    "participant": [
      {
        "member": {
          "reference": "Practitioner/f003",
          "display": "M.I.M. Versteegh"
        }
      }
    ]
  },
  {
    "resourceType": "Goal",
    "id": "goal",
    "lifecycleStatus": "completed",
    "achievementStatus": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
          "code": "achieved",
          "display": "Achieved"
        }
      ],
      "text": "Achieved"
    },
    "description": {
      "text": "succesful surgery on lung of patient"
    },
    "subject": {
      "reference": "Patient/f001",
      "display": "P. van de Heuvel"
    },
    "note": [
      {
        "text": "goal accomplished with minor complications"
      }
    ]
  }
],
"identifier": [
  {
    "use": "official",
    "system": "http://www.bmc.nl/zorgportal/identifiers/careplans",
    "value": "CP2934"
  }
],
"status": "completed",
"intent": "plan",
"subject": {
  "reference": "Patient/f001",
  "display": "P. van de Heuvel"
},
"period": {
  "start": "2011-07-06",
  "end": "2013-07-07"
},
"careTeam": [
  {
    "reference": "#careteam"
  }
],
"addresses": [
  {
    "reference": "Condition/f201",
    "display": "?????"
  }
],
"goal": [
  {
    "reference": "#goal"
  }
],
"activity": [
  {
    "detail": {
      "kind": "ServiceRequest",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "359615001",
            "display": "Partial lobectomy of lung"
          }
        ]
      },
      "status": "completed",
      "doNotPerform": true,
      "scheduledString": "2011-07-07T09:30:10+01:00",
      "performer": [
        {
          "reference": "Practitioner/f003",
          "display": "M.I.M. Versteegh"
        }
      ]
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}