FHIR IG analytics| Package | dk.ehmi.eas |
| Resource Type | Organization |
| Id | Organization-example-eas-messaging-organization2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-eas-messaging-organization2
Profile: EAS Messaging Organization
identifier: urn:oid:1.2.208.176.1.1/543210987654321
type: Organisatorisk enhed
name: Example EasMessagingOrganization
endpoint: Endpoint Example FHIR Endpoint
{
"resourceType": "Organization",
"id": "example-eas-messaging-organization2",
"meta": {
"profile": [
"http://medcomehmi.dk/ig/eas/StructureDefinition/eas-messaging-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.1",
"value": "543210987654321"
}
],
"type": [
{
"coding": [
{
"system": "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-sor-organization-type",
"code": "OU"
}
]
}
],
"name": "Example EasMessagingOrganization",
"endpoint": [
{
"reference": "Endpoint/example-endpoint2"
}
]
}