eHealth Infrastructure 3.1.0 - release
Publish Box goes here
No examples are currently available for the profile.
GET [base]/Consent?patient=https%3A%2F%2Fpatient.cit-careplan-2740.local%2Ffhir%2FPatient%2F65244&data=https%3A%2F%2Fcareplan.cit-careplan-2740.local%2Ffhir%2FEpisodeOfCare%2F1546%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/6.2.1 (FHIR Client; FHIR 4.0.1/R4; apache) Accept-Encoding: gzip
Response
{ "resourceType": "Bundle", "id": "3331fa92-c2ec-4e65-89bc-ce7d5fafd48a", "meta": { "lastUpdated": "2024-04-05T08:57:45.238+00:00" }, "type": "searchset", "total": 1, "link": [ { "relation": "self", "url": "https://careplan.cit-careplan-2740.local/fhir/Consent?_format=json&_pretty=true&category=SSLPCI&data=https%3A%2F%2Fcareplan.cit-careplan-2740.local%2Ffhir%2FEpisodeOfCare%2F1546%2F_history%2F1&patient=https%3A%2F%2Fpatient.cit-careplan-2740.local%2Ffhir%2FPatient%2F65244&status=active" } ], "entry": [ { "fullUrl": "https://careplan.cit-careplan-2740.local/fhir/Consent/1547", "resource": { "resourceType": "Consent", "id": "1547", "meta": { "versionId": "1", "lastUpdated": "2024-04-05T08:57:45.008+00:00", "source": "#6b198d6b-a535-4a", "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-2740.local/fhir/Patient/65244" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/70711" } ], "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": "cd777ded-2a2f-4d9c-aa73-1667359ad6f3", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/20419" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1546" } } ] } }, "search": { "mode": "match" } } ] }
GET [base]/Consent/1569/_history/2
{ "resourceType": "Consent", "id": "1569", "meta": { "versionId": "2", "lastUpdated": "2024-04-05T08:58:02.821+00:00", "source": "#610fd7f6-4bba-45", "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-2740.local/fhir/Patient/88031" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/95843" } ], "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": "32ab3f1e-58ac-4f5f-98c9-4b8b1f5ea949", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/92996" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1568" } } ] } }
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/6.2.1 (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-2740.local/fhir/Patient/50279" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/62582" } ], "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": "bf70cdb8-aeaf-4916-a65e-5d9d292b99fe", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/23295" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1509" } } ] } }
{ "resourceType": "Consent", "id": "1510", "meta": { "versionId": "1", "lastUpdated": "2024-04-05T08:57:28.154+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-2740.local/fhir/Patient/50279" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/62582" } ], "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": "bf70cdb8-aeaf-4916-a65e-5d9d292b99fe", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/23295" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1509" } } ] } }
POST [base]/Consent/1578/$validate
{ "resourceType": "Parameters", "parameter": [ { "name": "resource", "resource": { "resourceType": "Consent", "id": "1578", "meta": { "versionId": "1", "lastUpdated": "2024-04-05T08:58:08.663+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-2740.local/fhir/Patient/38217" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/7803" } ], "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": "3da087f9-1d63-42d1-861b-a765e85a7619", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/73638" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1577" } } ] } } } ] }
{ "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/1569
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/6.2.1 (FHIR Client; FHIR 4.0.1/R4; apache) Accept-Encoding: gzip Content-Type: application/fhir+json; charset=UTF-8
{ "resourceType": "Consent", "id": "1569", "meta": { "versionId": "1", "lastUpdated": "2024-04-05T08:58:00.342+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-2740.local/fhir/Patient/88031" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/95843" } ], "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": "32ab3f1e-58ac-4f5f-98c9-4b8b1f5ea949", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/92996" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1568" } } ] } }
{ "resourceType": "Consent", "id": "1569", "meta": { "versionId": "2", "lastUpdated": "2024-04-05T08:58:02.821+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-2740.local/fhir/Patient/88031" }, "performer": [ { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/95843" } ], "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": "32ab3f1e-58ac-4f5f-98c9-4b8b1f5ea949", "role": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type", "code": "authserver" } ] }, "reference": { "reference": "https://patient.cit-careplan-2740.local/fhir/Patient/92996" } } ], "data": [ { "meaning": "related", "reference": { "reference": "https://careplan.cit-careplan-2740.local/fhir/EpisodeOfCare/1568" } } ] } }