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

FHIR IG analytics

Packageegde.health.gateway
Resource TypeOrganization
IdOrganization-CLI1.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

identifier: id: 999888333

type: Clinic ([not stated]#257585005)

name: My clinic

Contacts

-Telecom
*ph: 33445566

Source1

{
  "resourceType": "Organization",
  "id": "CLI1",
  "meta": {
    "profile": [
      "http://www.egde.no/StructureDefinition/ehg-no-Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "999888333"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "257585005",
          "display": "Clinic"
        }
      ]
    }
  ],
  "name": "My clinic",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "33445566"
        }
      ]
    }
  ]
}