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

FHIR IG analytics

Packageehealth4u.package
Resource TypeOrganization
IdMedical Team Helen Georgiou - IPS.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",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-medicalteam-r4"
    ]
  },
  "active": true,
  "name": "Dr. Helen Georgiou MO",
  "partOf": {
    "reference": "Organization/194309"
  },
  "contact": [
    {
      "name": {
        "use": "official",
        "text": "Helen Georgiou",
        "given": [
          "Helen"
        ],
        "family": "Georgiou"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "22040404",
          "use": "work"
        },
        {
          "system": "email",
          "value": "helengeorgiou@gmail.com",
          "use": "work"
        }
      ],
      "address": {
        "use": "home",
        "type": "physical",
        "line": [
          "Aristofanous",
          "6",
          "Ay. Dometios",
          "Nicosia",
          "1134",
          "Cyprus"
        ],
        "_line": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString": "Aristofanous"
              },
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString": "6"
              }
            ]
          }
        ],
        "district": "Ay. Dometios",
        "city": "Nicosia",
        "postalCode": "1134",
        "country": "Cyprus"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "team",
          "display": "Organizational team"
        }
      ]
    }
  ]
}