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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypePatient
IdPatient-patient-with-palestinian-id-and-parent-name.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

דלאל עומאר

Source1

{
  "resourceType": "Patient",
  "id": "patient-with-palestinian-id-and-parent-name",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "ar"
        }
      ],
      "family": "דלאל",
      "given": [
        "עומאר"
      ],
      "text": "עומאר דלאל"
    }
  ],
  "extension": [
    {
      "extension": [
        {
          "url": "given",
          "valueString": "יוסוף"
        },
        {
          "url": "role",
          "valueCode": "FTH"
        },
        {
          "url": "official",
          "valueBoolean": false
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/pna-national-id",
      "value": "566333344"
    }
  ],
  "active": true,
  "telecom": [
    {
      "system": "phone",
      "value": "059334455",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "dalal@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1999-02-05",
  "address": [
    {
      "line": [
        "חילו 20 עזה"
      ],
      "country": "PS",
      "city": "עזה"
    }
  ],
  "deceasedBoolean": false
}