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

FHIR IG analytics

Packageehealth4u.package
Resource TypeOrganization
IdOrganization - NeHA.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "cyehrorganization-nationalehealthauthority",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4"
    ]
  },
  "identifier": [
    {
      "system": "https://spor.ema.europa.eu/omswi/#/",
      "value": "urn:oid:2.16.840.1.113883.3.9143.1.1"
    }
  ],
  "active": true,
  "name": "National eHealth Authority of Cyprus",
  "telecom": [
    {
      "system": "phone",
      "value": "+357 22605576",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@neha.gov.cy",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "Prodromou & Chilonos",
        "17",
        "1448",
        "Nicosia",
        "CY"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Prodromou & Chilonos"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "17"
            }
          ]
        }
      ],
      "postalCode": "1448",
      "country": "CY",
      "district": "Nicosia"
    }
  ]
}