{
  "resourceType": "CarePlan",
  "meta": {
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-selfcareplan-stu3"
    ],
    "security": [
      {
        "system": "http://hl7.org/fhir/v3/Confidentiality",
        "code": "U",
        "display": "unrestricted"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Goal",
      "id": "goal",
      "meta": {
        "profile": [
          "http://phr.kanta.fi/StructureDefinition/fiphr-sd-selfcaregoal-stu3"
        ],
        "security": [
          {
            "system": "http://hl7.org/fhir/v3/Confidentiality",
            "code": "U",
            "display": "unrestricted"
          }
        ]
      },
      "language": "fi",
      "identifier": [
        {
          "use": "official",
          "system": "urn:ietf:rfc:3986",
          "value": "GoalMax"
        },
        {
          "system": "urn:ietf:rfc:3981",
          "value": "omaValue"
        }
      ],
      "status": "accepted",
      "description": {
        "text": "Goal Description text"
      },
      "subject": {
        "reference": "Patient/36749a02-1710-44e7-aa76-0e934eb7860a"
      }
    }
  ],
  "language": "fi",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"fi\"><div class=\"hapiHeaderText\">Hoitosuunnitelma<b>Boldattuu</b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>Patient/36749a02-1710-44e7-aa76-0e934eb7860a</td></tr></tbody></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "1"
    },
    {
      "system": "urn:ietf:rfc:3981",
      "value": "Omavalue"
    }
  ],
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-careplancategory",
          "code": "1",
          "display": "Hengitystieoireiden itsehoitosuunnitelma"
        }
      ]
    }
  ],
  "title": "CarePlan title",
  "description": "CarePlan Description",
  "subject": {
    "reference": "Patient/36749a02-1710-44e7-aa76-0e934eb7860a"
  },
  "period": {
    "start": "2018-01-22",
    "end": "2018-01-22"
  },
  "author": [
    {
      "reference": "Patient/36749a02-1710-44e7-aa76-0e934eb7860a"
    }
  ],
  "goal": [
    {
      "reference": "#goal"
    }
  ],
  "activity": [
    {
      "detail": {
        "category": {
          "coding": [
            {
              "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-activitycategory",
              "code": "free-text",
              "display": "Free text"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-socialquestionnairecode",
              "code": "kuljetusapu",
              "display": "Arvio liikkumisesta kodin ulkopuolella"
            }
          ]
        },
        "reasonCode": [
          {
            "coding": [
              {
                "system": "https://duodecim.fi/fhir/stu3/CodeSystem/reminder-id",
                "code": "b04e10f2-c055-47cc-a45c-43a67e2e0bdd",
                "display": "Selkäkipusi takia sinun tulisi hakeutua välittömästi päivystysvastaanotolle."
              }
            ],
            "text": "reson code text"
          }
        ],
        "status": "on-hold",
        "prohibited": false,
        "scheduledString": "Eilen",
        "performer": [
          {
            "reference": "Patient/36749a02-1710-44e7-aa76-0e934eb7860a"
          }
        ],
        "description": "ABCD"
      }
    }
  ]
}