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-hebrew-date.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-hebrew-date",
  "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": "102",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים לאומית"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ],
      "family": "רם",
      "given": [
        "אילן"
      ],
      "text": "אילן רם"
    }
  ],
  "address": [
    {
      "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"
            }
          ]
        }
      ],
      "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 תל אביב",
      "city": "תל אביב",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "5000",
                  "system": "http://fhir.health.gov.il/cs/city-symbol"
                }
              ]
            }
          }
        ]
      },
      "postalCode": "6964101",
      "district": "תל אביב",
      "country": "IL"
    }
  ],
  "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": "052467911",
      "use": "home"
    },
    {
      "system": "email",
      "value": "Israel@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "2021-04-17",
  "_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": "5",
                  "display": "ה'"
                }
              ]
            }
          },
          {
            "url": "month",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "8",
                  "system": "http://fhir.health.gov.il/cs/hebrew-date-month",
                  "display": "אייר"
                }
              ]
            }
          },
          {
            "url": "year",
            "valueString": "ה'תשפ\"א"
          }
        ]
      }
    ]
  },
  "deceasedBoolean": false
}