eHealth Infrastructure2022.1 - release
Publish Box goes here
No examples are currently available for the profile.
GET [base]/Consent?patient=https%3A%2F%2Fpatient.cit-careplan-1945.local%2Ffhir%2FPatient%2F24600&data=https%3A%2F%2Fcareplan.cit-careplan-1945.local%2Ffhir%2FEpisodeOfCare%2F1129%2F_history%2F1&category=SSLPCI&status=active
Header
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiQ29uc2VudC5yZWFkIiwiQ29uc2VudC5zZWFyY2giLCJDb25zZW50LnVwZGF0ZSIsIkNvbnNlbnQuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiXX0sInVzZXJfdHlwZSI6IlNZU1RFTSJ9. Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9 User-Agent: HAPI-FHIR/5.4.0 (FHIR Client; FHIR 4.0.1/R4; apache) Accept-Encoding: gzip
Response
{ "resourceType": "Bundle", "id": "6f0c9e24-8014-4f8e-b546-14912194fcc9", "meta": { "lastUpdated": "2021-12-21T16:11:44.394+00:00" }, "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "https://careplan.cit-careplan-1945.local/fhir/Consent?_format=json&_pretty=true&category=SSLPCI&data=https%3A%2F%2Fcareplan.cit-careplan-1945.local%2Ffhir%2FEpisodeOfCare%2F1129%2F_history%2F1&patient=https%3A%2F%2Fpatient.cit-careplan-1945.local%2Ffhir%2FPatient%2F24600&status=active" } ], "entry": [ { "fullUrl": "https://careplan.cit-careplan-1945.local/fhir/Consent/1130", "resource": { "resourceType": "Consent", "id": "1130", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T16:11:42.865+00:00", "source": "#f479b151-567c-4d", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "SSLPCI" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/24600" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/1621" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "736e8cfb-c342-4edd-a7c9-1aa7b4ea4ea3", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/66111" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1129" } } ] } }, "search": { "mode": "match" } } ] }
GET [base]/Consent/1140/_history/2
{ "resourceType": "Consent", "id": "1140", "meta": { "versionId": "2", "lastUpdated": "2021-12-21T16:12:01.281+00:00", "source": "#24bee267-e8af-48", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "draft", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "TBD" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/39631" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/98453" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "0294fd17-e38f-4b20-a09d-ea723ea54bf2", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/49339" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1139" } } ] } }
POST [base]/Consent
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiQ29uc2VudC5yZWFkIiwiQ29uc2VudC5zZWFyY2giLCJDb25zZW50LnVwZGF0ZSIsIkNvbnNlbnQuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiXX0sInVzZXJfdHlwZSI6IlNZU1RFTSJ9. Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9 User-Agent: HAPI-FHIR/5.4.0 (FHIR Client; FHIR 4.0.1/R4; apache) Accept-Encoding: gzip Content-Type: application/fhir+json; charset=UTF-8
Body:
{ "resourceType": "Consent", "meta": { "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "TBD" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/87412" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/79073" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "3914693b-dcb0-412e-a90e-67c2656efca4", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/6915" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1092" } } ] } }
{ "resourceType": "Consent", "id": "1093", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T16:11:16.818+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "TBD" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/87412" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/79073" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "3914693b-dcb0-412e-a90e-67c2656efca4", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/6915" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1092" } } ] } }
POST [base]/Consent/1149/$validate
{ "resourceType": "Parameters", "parameter": [ { "name": "resource", "resource": { "resourceType": "Consent", "id": "1149", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T16:12:10.615+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "TBD" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/80671" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/17691" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "745807ac-c686-4ded-923e-d3f95fabd5fa", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/5773" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1148" } } ] } } } ] }
{ "resourceType": "OperationOutcome", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">INFORMATION</td><td>[]</td><td><pre>No issues detected during validation</pre></td></tr><tr><td style=\"font-weight: bold;\">INFORMATION</td><td>[]</td><td><pre>No issues detected during validation</pre></td></tr></table></div>" }, "issue": [ { "severity": "information", "code": "informational", "diagnostics": "No issues detected during validation" }, { "severity": "information", "code": "informational", "diagnostics": "No issues detected during validation" } ] }
PUT [base]/Consent/1140
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiQ29uc2VudC5yZWFkIiwiQ29uc2VudC5zZWFyY2giLCJDb25zZW50LnVwZGF0ZSIsIkNvbnNlbnQuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiXX0sInVzZXJfdHlwZSI6IlNZU1RFTSJ9. If-Match: "1" Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9 User-Agent: HAPI-FHIR/5.4.0 (FHIR Client; FHIR 4.0.1/R4; apache) Accept-Encoding: gzip Content-Type: application/fhir+json; charset=UTF-8
{ "resourceType": "Consent", "id": "1140", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T16:11:58.795+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "draft", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "TBD" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/39631" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/98453" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "0294fd17-e38f-4b20-a09d-ea723ea54bf2", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/49339" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1139" } } ] } }
{ "resourceType": "Consent", "id": "1140", "meta": { "versionId": "2", "lastUpdated": "2021-12-21T16:12:01.281+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent" ] }, "status": "draft", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", "code": "treatment", "display": "Treatment" } ] }, "category": [ { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/consent-category", "code": "TBD" } ] } ], "patient": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/39631" }, "performer": [ { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/98453" } ], "policyRule": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes", "code": "cric" } ] }, "provision": { "period": { "start": "1970-01-01T00:00:01+00:00", "end": "1970-01-01T00:01:40+00:00" }, "actor": [ { "id": "0294fd17-e38f-4b20-a09d-ea723ea54bf2", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-1945.local/fhir/Patient/49339" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-1945.local/fhir/EpisodeOfCare/1139" } } ] } }