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-two-addresses.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-two-addresses",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "extension": [
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "103",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים מכבי"
          }
        ]
      }
    },
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name",
      "extension": [
        {
          "url": "given",
          "valueString": "אברהם"
        },
        {
          "url": "role",
          "valueCode": "FTH"
        },
        {
          "url": "official",
          "valueBoolean": true
        }
      ]
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ],
      "family": "חרזי",
      "given": [
        "רונן"
      ],
      "text": "רונן חרזי"
    }
  ],
  "address": [
    {
      "line": [
        "פרג 7'",
        "כניסה ב'",
        "דירה 3'",
        null
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "פרג"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "7"
            }
          ]
        },
        null,
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
              "valueString": "3"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "1446"
            }
          ]
        }
      ],
      "extension": [
        {
          "extension": [
            {
              "url": "longitude",
              "valueDecimal": 182468.59
            },
            {
              "url": "latitude",
              "valueDecimal": 670131.38
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use": "home",
      "type": "physical",
      "text": "פרג 7ב' דירה 3 גדרה",
      "city": "גדרה",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "2660",
                  "system": "http://fhir.health.gov.il/cs/city-symbol"
                }
              ]
            }
          }
        ]
      },
      "postalCode": "6964101",
      "district": "גדרה",
      "country": "IL"
    },
    {
      "use": "home",
      "type": "postal",
      "text": "ת\"ד 1446 גדרה",
      "postalCode": "6964000",
      "city": "גדרה",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "2550",
                  "system": "http://fhir.health.gov.il/cs/city-symbol"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "000000018"
    }
  ],
  "active": true,
  "telecom": [
    {
      "system": "phone",
      "value": "050545411",
      "use": "home"
    },
    {
      "system": "email",
      "value": "Ronen.h@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1958-01-01",
  "_birthDate": {
    "extension": [
      {
        "url": "http://fhir.health.gov.il/StructureDefinition/ext-hebrew-date",
        "extension": [
          {
            "url": "display",
            "valueString": "ט' בטבת ה'תשי\"ח"
          },
          {
            "url": "day",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.health.gov.il/cs/hebrew-date-day",
                  "code": "9",
                  "display": "ט'"
                }
              ]
            }
          },
          {
            "url": "month",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "4",
                  "system": "http://fhir.health.gov.il/cs/hebrew-date-month",
                  "display": "טבת"
                }
              ]
            }
          },
          {
            "url": "year",
            "valueString": "ה'תשי\"ח"
          }
        ]
      }
    ]
  },
  "deceasedBoolean": false
}