FHIR resource link | link |
FHIR definition | cc |
PSI use case | text |
FHIR required properties | see below |
PSI required properties* | Country and PsiProjectCode * +text |
Extensions | Implemented: none Under consideration:
|
Sample payload (minimum set) | { "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 Patient FHIR resource, per property
Property | Required by PSI? | Notes |
---|---|---|
PSI tags | YES [psi/fhir] | Country ISO-2 code PENDING: implementation of this property |
OPTIONAL [psi/fhir] | ||