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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeOrganization
IdOrganization-organization-eu-core-example.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 organization-eu-core-example

type: Healthcare Provider

name: Example Health Organization

telecom: ph: 555-1234(Work)

address: 123 Example Street Example City EX 12345 EX


Source1

{
  "resourceType": "Organization",
  "id": "organization-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Example Health Organization",
  "telecom": [
    {
      "system": "phone",
      "value": "555-1234",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "123 Example Street"
      ],
      "city": "Example City",
      "state": "EX",
      "postalCode": "12345",
      "country": "EX"
    }
  ]
}