FHIR IG analytics| Package | dk.ehmi.eer |
| Resource Type | Organization |
| Id | Organization-example-eer-messaging-organization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-eer-messaging-organization
Profile: EerMessagingOrganization
identifier: urn:oid:1.2.208.176.1.1/543210987654321
type: Organisatorisk enhed
name: Example Organization
telecom: +123456789, info@example.org
address: 123 Example Street Example City 12345
endpoint: Endpoint Example FHIR Endpoint
{
"resourceType": "Organization",
"id": "example-eer-messaging-organization",
"meta": {
"profile": [
"http://medcomehmi.dk/ig/eer/StructureDefinition/Eer.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 Organization",
"telecom": [
{
"system": "phone",
"value": "+123456789"
},
{
"system": "email",
"value": "info@example.org"
}
],
"address": [
{
"line": [
"123 Example Street"
],
"city": "Example City",
"postalCode": "12345"
}
],
"endpoint": [
{
"reference": "Endpoint/example-endpoint"
}
]
}