Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FHIR resource link

link

FHIR definition

cchttps://www.hl7.org/fhir/careplan.html

http://hl7.org/fhir/5.0.0-snapshot1/careplan.html

FHIR definition

Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.

PSI use case

text

FHIR required properties

see below

PSI required properties*

Country and PsiProjectCode *

+text

Extensions

Implemented: none

Under consideration:

  • list

Sample payload

(minimum set)

Code Block
languagejson
{
  "resourceType": "DocumentReference",
  "text": {
    "status": "generated"
  },
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:privacy-KN-2005-8-25"
  },
  "status": "current",
  "docStatus": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "59284-0",
        "display": "Consent Document"
      }
    ]
  },
  "category": [
    {
      "coding": [
      {
        "system": "http://loinc.org",
        "code": "57017-6",
        "display": "Privacy policy Organization Document"
      }
      ]
    }
  ],

  "date": "2005-12-24T09:43:41+11:00",
  "author": [
    {
      "reference": "Organization/PSI"
    }
  ],
  
  "custodian":{
      "reference": "Organization/PSI"
    },

  // In the future, for replaces of the policy
  "relatesTo": [
    {
      "code": "appends",
      "target": {
        "reference": "DocumentReference/example"
      }
    }
  ],
  "description": "XXXX YYYY ZZZZ",

  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "language": "en",
        "url": "http://example.org/privacy.pdf",
        "size": 3654,
        "hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
        "title": "Physical",
        "creation": "2005-12-24T09:35:00+11:00"
      }
    }
  ]
}

...

Notes for CarePlan FHIR resource, per property

Property

Required by PSI?

Notes

PSI tags

Status
colourGreen
titleYes
[psi/fhir]

Country ISO-2 code

Project Code

PENDING: implementation of this property

Status
colourYellow
titleoptional
[psi/fhir]

...