FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehmi.eer-config
Resource TypeOrganization
IdOrganization-DefaultOrg.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization DefaultOrg

identifier: SOR Identifier/99999999999 (use: official, )

active: true

type: Institutionsejer

name: Default Org. Not used for anything.


Source1

{
  "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."
}