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

FHIR IG analytics

Packageehealth4u.package
Resource TypePractitioner
IdPractitioner_Doctor_Antri_Michael.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": "Practitioner",
  "id": "cyehrpractitioner-dr-andrimichael",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitioner-r4"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.1",
      "value": "CY/Identity-AM-1111",
      "extension": [
        {
          "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-issuingcountry",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CY",
                "display": "Cyprus"
              }
            ]
          }
        }
      ]
    },
    {
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.2",
      "value": "CY/Passport-AM-1112",
      "extension": [
        {
          "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-issuingcountry",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CY",
                "display": "Cyprus"
              }
            ]
          }
        }
      ]
    },
    {
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.4",
      "value": "CY/Social-Insurance-AM-1113"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.10",
      "value": "CY/Medical-Register-AM-1114"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "given": "Andri",
      "family": "Michael"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "99111111",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "andrimichael@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"
    }
  ],
  "gender": "female",
  "birthDate": "1976-03-12",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "code": "BS",
            "display": "Bachelor of Science"
          }
        ]
      },
      "extension": [
        {
          "url": "http://hl7.org.nz/fhir/StructureDefinition/educational-qualification",
          "extension": [
            {
              "url": "fullname",
              "valueString": "Bachelor's in Medical Science and Medicine"
            },
            {
              "url": "year",
              "valueDate": "2001"
            },
            {
              "url": "institution",
              "valueString": "University of Newcastle"
            },
            {
              "url": "city",
              "valueString": "Melbourne"
            },
            {
              "url": "country",
              "valueString": "Australia"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      },
      "extension": [
        {
          "url": "http://hl7.org.nz/fhir/StructureDefinition/educational-qualification",
          "extension": [
            {
              "url": "fullname",
              "valueString": "Medicine"
            },
            {
              "url": "year",
              "valueDate": "1995"
            },
            {
              "url": "institution",
              "valueString": "University of Newcastle"
            },
            {
              "url": "city",
              "valueString": "Melbourne"
            },
            {
              "url": "country",
              "valueString": "Australia"
            }
          ]
        }
      ]
    }
  ]
}