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

FHIR IG analytics

Packageehealth4u.package
Resource TypePerson
IdPerson_Sofia_Andreou.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": "Person",
  "id": "cyehrperson-sofiaandreou",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-person-r4"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.1",
      "value": "CY/Identity-SA-1111",
      "extension": [
        {
          "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-issuingcountry",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CY",
                "display": "Cyprus"
              }
            ]
          }
        }
      ]
    },
    {
      "use": "official",
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.2",
      "value": "CY/Passport-SA-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.4",
      "value": "CY/Social-Insurance-SA-1111"
    }
  ],
  "name": [
    {
      "use": "official",
      "given": "Sofia",
      "family": "Andreou"
    }
  ],
  "birthDate": "1995-03-11",
  "gender": "female",
  "address": {
    "use": "home",
    "type": "physical",
    "line": [
      "Neftonos",
      "8",
      "Ay. Dimitrios",
      "Nicosia",
      "2727",
      "Cyprus"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Neftonos"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "8"
          }
        ]
      }
    ],
    "district": "Ay. Dimitrios",
    "city": "Nicosia",
    "postalCode": "2727",
    "country": "Cyprus"
  },
  "telecom": [
    {
      "system": "phone",
      "value": "99151515",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "sofiaandreou@gmail.com",
      "use": "home"
    }
  ],
  "active": true
}