Minimum data content

This example contains basic resource elements.

Note that the narrative is not shown here.

{
    "resourceType": "CarePlan",
    "meta": {
        "profile":  [
            "http://phr.kanta.fi/StructureDefinition/fiphr-sd-selfcareplan-stu3"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "language": "fi",
    "identifier":  [
        {
            "use": "official",
            "system": "urn:ietf:rfc:3986",
            "value": "urn:uuid:4e9efead-7234-482a-a311-1623456658a8"
        }
    ],
    "status": "active",
    "intent": "plan",
    "description": "<p>Olet vastannut hengitystietulehduksen oirekyselyyn, mutta et ole ilmoittanut mitään oireita. Tarkista, että olet vastannut kaikkiin kysymyksiin oireidesi mukaan. Lähetä vastaukset uudelleen, jos muutat niitä. Jos sinulla on oire, jota ei ole mainittu kyselylomakkeessa, mutta joka huolestuttaa sinua, ota yhteyttä terveydenhuollon ammattilaiseen.</p>",
    "author": {
        "reference": "Patient/123"
    },
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-careplancategory",
                    "code": "1",
                    "display": "Hengitystietulehdusoireiden hoitosuunnitelma"
                }
            ]
        }
    ],
    "title": "Hengitystietulehdusoireiden oirearvio",
    "subject": {
        "reference": "Patient/123"
    }
}