FHIR IG analytics| Package | dk.ehmi.eer |
| Resource Type | Device |
| Id | Device-EerDeviceAP-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device EerDeviceAP-Example
Profile: EER AP Technical Details
SMP Public Key
- http://medcomehmi.dk/ig/eer/StructureDefinition/smp-public-certificate:
TUlJQkNnS0NBUUVB- http://medcomehmi.dk/ig/eer/StructureDefinition/smp-certificate-id: 14
identifier: EerDeviceAP-Example
status: Active
manufacturer: Example Manufacturer
| Name | Type |
| Example AP | User Friendly name |
type: eDelivery Access Point
owner: Organization Example EER AP Org Owner
contact: +123456789
{
"resourceType": "Device",
"id": "EerDeviceAP-Example",
"meta": {
"profile": [
"http://medcomehmi.dk/ig/eer/StructureDefinition/eer-ap-technical-details"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "http://medcomehmi.dk/ig/eer/StructureDefinition/smp-public-certificate",
"valueBase64Binary": "TUlJQkNnS0NBUUVB"
},
{
"url": "http://medcomehmi.dk/ig/eer/StructureDefinition/smp-certificate-id",
"valueString": "14"
}
],
"url": "http://medcomehmi.dk/ig/eer/StructureDefinition/smp-public-key"
}
],
"identifier": [
{
"value": "EerDeviceAP-Example"
}
],
"status": "active",
"manufacturer": "Example Manufacturer",
"deviceName": [
{
"name": "Example AP",
"type": "user-friendly-name"
}
],
"type": {
"coding": [
{
"system": "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-device-type",
"code": "AP"
}
]
},
"owner": {
"reference": "Organization/EER-AP-Organization-Owner-Example"
},
"contact": [
{
"system": "phone",
"value": "+123456789"
}
],
"url": "https://eDelivery.MultiMed.com/endpoint"
}