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

FHIR IG analytics

Packagedk.ehmi.eer
Resource TypeOrganization
IdOrganization-example-eer-messaging-organization.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 example-eer-messaging-organization

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


Source1

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