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

FHIR IG analytics

Packagelaniado.test.fhir
Resource TypePatient
IdPatient-LaniadoPatientExample.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": "Patient",
  "id": "LaniadoPatientExample",
  "meta": {
    "source": "http://atd.laniado.org.il",
    "profile": [
      "http://fhir.laniado.org.il/StructureDefinition/laniado-patient"
    ]
  },
  "extension": [
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.laniado.org.il/CodeSystem/k-kupat-cholim",
            "code": "1",
            "display": "כללית"
          },
          {
            "code": "101",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים כללית"
          }
        ]
      },
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo"
    },
    {
      "extension": [
        {
          "url": "given",
          "valueString": "אברהם"
        },
        {
          "url": "role",
          "valueCode": "FTH"
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
    },
    {
      "valueAddress": {
        "country": "ISR",
        "_country": {
          "extension": [
            {
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://fhir.laniado.org.il/CodeSystem/k-arazot",
                    "code": "900",
                    "display": "ישראל"
                  }
                ]
              },
              "url": "http://fhir.laniado.org.il/StructureDefinition/ext-laniado-country"
            }
          ]
        }
      },
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
    },
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.laniado.org.il/CodeSystem/k-dat-leom",
            "code": "1",
            "display": "יהודי"
          },
          {
            "code": "1026",
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "display": "Judaism"
          }
        ]
      },
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion"
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "123456782"
    },
    {
      "system": "http://fhir.laniado.org.il/Identifier/passport",
      "value": "987654321"
    },
    {
      "system": "http://fhir.laniado.org.il/Identifier/temp-patient",
      "value": "202300340"
    }
  ],
  "name": [
    {
      "given": [
        "ישראל"
      ],
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ],
      "family": "ישראלי",
      "text": "ישראל ישראלי"
    },
    {
      "given": [
        "Israel"
      ],
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "en"
        }
      ],
      "family": "Israeli",
      "text": "Israel Israeli"
    },
    {
      "given": [
        "إسرائيل"
      ],
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "ar"
        }
      ],
      "family": "إسرائيلي",
      "text": "إسرائيل إسرائيلي"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "053-0000000"
    }
  ],
  "address": [
    {
      "postalCode": "82000",
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "ירושלמי"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "9/4"
            }
          ]
        }
      ],
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "7400",
                  "system": "http://fhir.health.gov.il/cs/city-symbol",
                  "display": "נתניה"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://fhir.laniado.org.il/CodeSystem/k-matzav-mishp",
        "code": "10",
        "display": "רווק/ה"
      },
      {
        "code": "S",
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "display": "Never Married"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr",
            "display": "French"
          },
          {
            "system": "http://fhir.laniado.org.il/CodeSystem/k-safa",
            "code": "6",
            "display": "צרפתית"
          }
        ]
      }
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "deceasedDateTime": "2023-01-01T13:54:00Z"
}