FHIR IG analytics| Package | dk.ehmi.eer-config |
| Resource Type | Organization |
| Id | Organization-DefaultOrg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization DefaultOrg
Profile: EerMessagingOrganization
identifier: SOR Identifier/99999999999 (use: official, )
active: true
type: Institutionsejer
name: Default Org. Not used for anything.
{
"resourceType": "Organization",
"id": "DefaultOrg",
"meta": {
"profile": [
"http://medcomehmi.dk/ig/eer/StructureDefinition/Eer.Messaging.Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-sor-organization-identier-type",
"code": "SORID",
"display": "SOR Identifier"
}
]
},
"system": "urn:oid:1.2.208.176.1.1",
"value": "99999999999"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-sor-organization-type",
"code": "IE"
}
]
}
],
"name": "Default Org. Not used for anything."
}