IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patient-with-israeli-id - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-with-israeli-id",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">תמר כהן</div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.health.gov.il/cs/paying-entity-moh",
            "code" : "103",
            "display" : "קופת חולים מכבי"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://fhir.health.gov.il/identifier/il-national-id",
      "value" : "000000018"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode" : "he"
        }
      ],
      "text" : "תמר כהן",
      "family" : "כהן",
      "given" : [
        "תמר"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "052467911",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "Israel@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "2003-04-17",
  "deceasedBoolean" : false,
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "longitude",
              "valueDecimal" : 182468.59
            },
            {
              "url" : "latitude",
              "valueDecimal" : 670131.38
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use" : "home",
      "type" : "physical",
      "text" : "אלכסנדר פן 1א' דירה 4 תל אביב",
      "line" : [
        "אלכסנדר פן 1א"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "פן אלכסנדר"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
              "valueString" : "א'"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
              "valueString" : "4"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString" : "1446"
            }
          ]
        }
      ],
      "city" : "תל אביב",
      "_city" : {
        "extension" : [
          {
            "url" : "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://fhir.health.gov.il/cs/city-symbol",
                  "code" : "5000"
                }
              ]
            }
          }
        ]
      },
      "district" : "תל אביב",
      "postalCode" : "6964101",
      "country" : "IL"
    }
  ]
}