DSTU2 STU 3 Ballot
This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . For a full list of available versions, see the Directory of published versions . Page versions: . Page versions: R5 R4B R4 R3 R2

Careplan-example.json Raw JSON (

Raw JSON ( canonical form canonical form ) General Person Example )

General Person Example

{
  "resourceType": "CarePlan",
  "id": "example",
  "text": {
    "status": "additional",
    "div": "<div>\n      <p> A simple care plan to indicate a patient taking their weight once a day because of obesity.\n            Some Notes: </p>\n      <ul>\n        <li>It would be good to have some way of specifying/coding a goal; e.g. what the target weight is</li>\n        <li>In the codeable concepts I've been lazy and just put the text. There should, of course, be a code behind these</li>\n      </ul>\n    </div>"

    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> A simple care plan to indicate a patient taking their weight once a day because of obesity.\n            Some Notes: </p>\n      <ul>\n        <li>It would be good to have some way of specifying/coding a goal; e.g. what the target weight is</li>\n        <li>In the codeable concepts I've been lazy and just put the text. There should, of course, be a code behind these</li>\n      </ul>\n    </div>"

  },
  "contained": [
    {
      "resourceType": "Condition",
      "id": "p1",
      "patient": {
        "reference": "Patient/example",
        "display": "Peter James Chalmers"
      },

      "verificationStatus": "confirmed",

      "code": {
        "text": "Obesity"
      },
      "verificationStatus": "confirmed"
    },
    {
      "resourceType": "Practitioner",
      "id": "pr1",
      "name": {
        "family": [
          "Dietician"
        ],
        "given": [
          "Dorothy"
        ]
      },
      "practitionerRole": [
        {
          "specialty": [
            {
              "text": "Dietician"
            }
          ]
        }
      ]

      "subject": {
        "reference": "Patient/example",
        "display": "Peter James Chalmers"
      }

    },
    {
      "resourceType": "Goal",
      "id": "goal",
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/goal-target",

          "extension": [
            {
              "url": "goal-target.measure",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://loinc.org",
                    "code": "29463-7",
                    "display": "Body weight"
                  }
                ]
              }
            },
            {
              "url": "goal-target.detail",
              "valueQuantity": {
                "value": 80,
                "system": "http://units-of-measure.org",
                "code": "kg"
              }
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/goal-target"

          ]

        }
      ],
      "subject": {
        "reference": "Patient/example",
        "display": "Peter James Chalmers"
      },
      "description": "Target weight is 80 kg",

      "description": {
        "text": "Target weight is 80 kg"
      },

      "status": "planned"
    }
  ],
  "subject": {
    "reference": "Patient/example",
    "display": "Peter James Chalmers"
  },
  "status": "active",
  "period": {
    "end": "2013-01-01"
  },
  "addresses": [
    {
      "reference": "#p1",
      "display": "obesity"
    }
  ],
  "participant": [
    {
      "role": {
        "text": "responsiblePerson"
      },
      "member": {
        "reference": "Patient/example",
        "display": "Peter James Chalmers"
      }
    },

  "careTeam": [

    {
      "role": {
        "text": "adviser"
      },
      "member": {
        "reference": "#pr1",
        "display": "Dorothy Dietition"
      }

      "reference": "CareTeam/example"

    }
  ],
  "goal": [
    {
      "reference": "#goal"
    }
  ],
  "activity": [
    {
      "detail": {
        "category": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/care-plan-activity-category",
              "code": "observation"
            }
          ]
        },
        "code": {
          "text": "a code for weight measurement"
        },
        "prohibited": false,
        "scheduledTiming": {
          "repeat": {
            "frequency": 1,
            "period": 1,
            "periodUnits": "d"

            "periodUnit": "d"

          }
        },
        "performer": [
          {
            "reference": "Patient/example",
            "display": "Peter James Chalmers"
          }
        ]
      }
    }
  ]
}
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.
©
HL7.org
2011+.
FHIR
DSTU2
(v1.0.2-7202)
generated
on
Sat,
Oct
24,
2015
07:44+1100.
Links:

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.