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

FHIR IG analytics

Packagemedcom.fhir.dk.carecommunicationtestscripts
Resource TypeOrganization
IdOrganization-efb6250c-1ba5-4856-b7e7-d9e830d58c09.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 efb6250c-1ba5-4856-b7e7-d9e830d58c09

identifier: EAN/5790001353308 (use: official, ), SOR/330461000016004 (use: official, )

active: true

name: Sundhedsplejen, Aabenraa kommune

telecom: ph: 01 02 03 04(Work), fax: 04 03 02 01(Work)

address: Bjerggade 4 E 6200


Source1

{
  "resourceType": "Organization",
  "id": "efb6250c-1ba5-4856-b7e7-d9e830d58c09",
  "meta": {
    "profile": [
      "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "text": "EAN"
      },
      "system": "https://www.gs1.org/gln",
      "value": "5790001353308"
    },
    {
      "use": "official",
      "type": {
        "text": "SOR"
      },
      "system": "urn:oid:1.2.208.176.1.1",
      "value": "330461000016004"
    }
  ],
  "active": true,
  "name": "Sundhedsplejen, Aabenraa kommune",
  "telecom": [
    {
      "system": "phone",
      "value": "01 02 03 04",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "04 03 02 01",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Bjerggade 4 E"
      ],
      "postalCode": "6200"
    }
  ]
}