eHealth Infrastructure2022.1 - release
Publish Box goes here
No examples are currently available for the profile.
DELETE [base]/DocumentReference/62
Header
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRG9jdW1lbnRSZWZlcmVuY2UuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJEb2N1bWVudFJlZmVyZW5jZS5kZWxldGUiLCJEb2N1bWVudFJlZmVyZW5jZS5zZWFyY2giLCJEb2N1bWVudFJlZmVyZW5jZS5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ. 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": "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>Successfully deleted 1 resource(s) in 125ms</pre></td></tr></table></div>" }, "issue": [ { "severity": "information", "code": "informational", "diagnostics": "Successfully deleted 1 resource(s) in 125ms" } ] }
GET [base]/DocumentReference?description=d2142886-c987-4b61-b7e6-6cdcfa949115
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRG9jdW1lbnRSZWZlcmVuY2UuY3JlYXRlIiwiRG9jdW1lbnRSZWZlcmVuY2UudXBkYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJEb2N1bWVudFJlZmVyZW5jZS5zZWFyY2giLCJEb2N1bWVudFJlZmVyZW5jZS5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ. 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
{ "resourceType": "Bundle", "id": "22efe6b6-cd67-4445-955c-b64457dfd83d", "meta": { "lastUpdated": "2021-12-21T15:28:22.155+00:00" }, "type": "searchset", "total": 2, "link": [ { "relation": "self", "url": "https://plan.cit-plan-818.local/fhir/DocumentReference?_format=json&_pretty=true&description=d2142886-c987-4b61-b7e6-6cdcfa949115" } ], "entry": [ { "fullUrl": "https://plan.cit-plan-818.local/fhir/DocumentReference/133", "resource": { "resourceType": "DocumentReference", "id": "133", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T15:28:21.511+00:00", "source": "#729cea22-7ff3-42", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "current", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:21.449+00:00", "description": "d2142886-c987-4b61-b7e6-6cdcfa949115", "content": [ { "attachment": { "url": "http://some.com/" } } ] }, "search": { "mode": "match" } }, { "fullUrl": "https://plan.cit-plan-818.local/fhir/DocumentReference/135", "resource": { "resourceType": "DocumentReference", "id": "135", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T15:28:21.983+00:00", "source": "#a6f5ab71-d102-4b", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "current", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:21.911+00:00", "description": "d2142886-c987-4b61-b7e6-6cdcfa949115", "content": [ { "attachment": { "url": "http://some.com/" } } ] }, "search": { "mode": "match" } } ] }
GET [base]/DocumentReference/136/_history/2
{ "resourceType": "DocumentReference", "id": "136", "meta": { "versionId": "2", "lastUpdated": "2021-12-21T15:28:25.299+00:00", "source": "#d0223b93-fc90-44", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "superseded", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:22.421+00:00", "content": [ { "attachment": { "url": "http://some.com/" } } ] }
POST [base]/DocumentReference
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRG9jdW1lbnRSZWZlcmVuY2UuY3JlYXRlIiwiRG9jdW1lbnRSZWZlcmVuY2UudXBkYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJEb2N1bWVudFJlZmVyZW5jZS5zZWFyY2giLCJEb2N1bWVudFJlZmVyZW5jZS5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ. 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": "DocumentReference", "meta": { "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "current", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:18.652+00:00", "content": [ { "attachment": { "url": "http://some.com/" } } ] }
{ "resourceType": "DocumentReference", "id": "131", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T15:28:18.719+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "current", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:18.652+00:00", "content": [ { "attachment": { "url": "http://some.com/" } } ] }
POST [base]/DocumentReference/139/$validate
{ "resourceType": "Parameters", "parameter": [ { "name": "resource", "resource": { "resourceType": "DocumentReference", "id": "139", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T15:28:28.567+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "current", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:28.506+00:00", "content": [ { "attachment": { "url": "http://some.com/" } } ] } } ] }
{ "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]/DocumentReference/136
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRG9jdW1lbnRSZWZlcmVuY2UuY3JlYXRlIiwiRG9jdW1lbnRSZWZlcmVuY2UudXBkYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJEb2N1bWVudFJlZmVyZW5jZS5zZWFyY2giLCJEb2N1bWVudFJlZmVyZW5jZS5yZWFkIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ. 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": "DocumentReference", "id": "136", "meta": { "versionId": "1", "lastUpdated": "2021-12-21T15:28:22.485+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "superseded", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:22.421+00:00", "content": [ { "attachment": { "url": "http://some.com/" } } ] }
{ "resourceType": "DocumentReference", "id": "136", "meta": { "versionId": "2", "lastUpdated": "2021-12-21T15:28:25.299+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference" ] }, "status": "superseded", "type": { "coding": [ { "system": "http://loinc.org", "code": "69730-0" } ] }, "date": "2021-12-21T15:28:22.421+00:00", "content": [ { "attachment": { "url": "http://some.com/" } } ] }