eHealth Infrastructure 3.0.0 - release
Publish Box goes here
No examples are currently available for the profile.
GET [base]/Device?manufacturer%3Aexact=9abbb3af-164b-4692-bd52-b7d56cfd1ea2&model%3Aexact=c8f347a6-10f9-436c-b05d-49d0a4c7ee33
Header
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRGV2aWNlLnJlYWQiLCJEZXZpY2Uud3JpdGUiLCIkdGVzdC1vbmx5LWNyZWF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0. 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": "09d51108-eeb9-4193-aedc-574116de1dd0", "meta": { "lastUpdated": "2024-01-29T21:20:00.147+00:00" }, "type": "searchset", "total": 2, "link": [ { "relation": "self", "url": "https://device.cit-device-866.local/fhir/Device?_format=json&_pretty=true&manufacturer%3Aexact=9abbb3af-164b-4692-bd52-b7d56cfd1ea2&model%3Aexact=c8f347a6-10f9-436c-b05d-49d0a4c7ee33" } ], "entry": [ { "fullUrl": "https://device.cit-device-866.local/fhir/Device/141", "resource": { "resourceType": "Device", "id": "141", "meta": { "versionId": "1", "lastUpdated": "2024-01-29T21:19:59.548+00:00", "source": "#4fe718cc-c724-4b", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": true } ], "status": "active", "manufacturer": "9abbb3af-164b-4692-bd52-b7d56cfd1ea2", "modelNumber": "c8f347a6-10f9-436c-b05d-49d0a4c7ee33" }, "search": { "mode": "match" } }, { "fullUrl": "https://device.cit-device-866.local/fhir/Device/143", "resource": { "resourceType": "Device", "id": "143", "meta": { "versionId": "1", "lastUpdated": "2024-01-29T21:19:59.834+00:00", "source": "#b57cbaec-1a44-9f", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": true } ], "status": "active", "manufacturer": "9abbb3af-164b-4692-bd52-b7d56cfd1ea2", "modelNumber": "c8f347a6-10f9-436c-b05d-49d0a4c7ee33" }, "search": { "mode": "match" } } ] }
GET [base]/Device/155/_history/1
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiYWViM2ExYjctMmVkOS00YzNjLWIwNzAtZmU5M2I5ZTFhMDcwIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIkRldmljZS5yZWFkIl19LCJjb250ZXh0Ijp7Im9yZ2FuaXphdGlvbl9pZCI6IjQyIiwicGF0aWVudF9pZCI6IjQyIiwidGVhbV9vbl9lb2MiOmZhbHNlfSwidXNlcl90eXBlIjoiUFJBQ1RJVElPTkVSIn0. 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
{ "resourceType": "Device", "id": "155", "meta": { "versionId": "1", "lastUpdated": "2024-01-29T21:20:12.481+00:00", "source": "#f83fab87-b876-45", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": false } ], "status": "active", "owner": { "reference": "https://organization.cit-device-866.local/fhir/Organization/43266" } }
POST [base]/Device
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiMDYxYjNlYzktNDA5Ny00ZTE4LWExZDYtOGIwYjE4MjJhZGM3IiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIkRldmljZS53cml0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0. 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": "Device", "meta": { "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": false } ], "status": "active", "owner": { "reference": "https://organization.cit-device-866.local/fhir/Organization/45947" } }
{ "resourceType": "Device", "id": "154", "meta": { "versionId": "1", "lastUpdated": "2024-01-29T21:20:12.233+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": false } ], "status": "active", "owner": { "reference": "https://organization.cit-device-866.local/fhir/Organization/45947" } }
POST [base]/Device/$validate
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiRGV2aWNlLnJlYWQiLCJEZXZpY2Uud3JpdGUiLCIkdGVzdC1vbmx5LWNyZWF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0. 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": "Parameters", "parameter": [ { "name": "resource", "resource": { "resourceType": "Device", "meta": { "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": true } ], "identifier": [ { "type": { "coding": [ { "system": "http://ehealth.sundhed.dk/cs/device-types", "code": "TBD" } ] } } ], "status": "active" } } ] }
{ "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]/Device/164
Accept-Charset: utf-8 Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiYzk2ZGZiMTMtMDExNC00NTZjLThkMWItMmM0MTBhNTQzODdmIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIkRldmljZS5yZWFkIiwiRGV2aWNlLndyaXRlIiwiRGV2aWNlVXNlU3RhdGVtZW50LnJlYWQiXX0sImNvbnRleHQiOnsicGF0aWVudF9pZCI6Imh0dHBzOi8vcGF0aWVudC5jaXQtZGV2aWNlLTg2Ni5sb2NhbC9maGlyL1BhdGllbnQvMjkzNzUiLCJ0ZWFtX29uX2VvYyI6ZmFsc2V9LCJ1c2VyX3R5cGUiOiJQQVRJRU5UIn0. 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": "Device", "id": "164", "meta": { "versionId": "1", "lastUpdated": "2024-01-29T21:20:14.207+00:00", "profile": [ "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device" ] }, "extension": [ { "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device-privatelyOwned", "valueBoolean": true } ], "status": "active", "owner": { "reference": "https://organization.cit-device-866.local/fhir/Organization/73219" } }