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

FHIR IG analytics

Packagefhir.outburn.co.il
Resource TypePatient
IdPatient-Patient-with-IL-ID.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-IL-ID",
  "meta": {
    "lastUpdated": "2023-07-05T10:38:30+03:00",
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/il-national-id",
      "value": "000999996"
    },
    {
      "system": "http://fhir.rmc.gov.il/identifier/demog-id",
      "value": "3308237"
    },
    {
      "system": "http://fhir.rmc.gov.il/identifier/sap-id",
      "value": "3824068"
    }
  ],
  "extension": [
    {
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-il-hmo",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "101",
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "display": "קופת חולים כללית"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "given",
          "valueString": "אלמו"
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name"
    }
  ],
  "name": [
    {
      "given": [
        "בנימין"
      ],
      "family": "ביטאו",
      "text": "ביטאו בנימין"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "en"
        }
      ],
      "given": [
        "BENJAMIN"
      ],
      "family": "BITAU"
    }
  ],
  "address": [
    {
      "text": "שומרון 1, מגדל העמק",
      "postalCode": "2301428",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "874",
                  "system": "http://fhir.health.gov.il/cs/city-symbol",
                  "display": "מגדל העמק"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "active": true,
  "gender": "male",
  "birthDate": "1961-01-01",
  "maritalStatus": {
    "coding": [
      {
        "code": "M",
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "display": "Married"
      }
    ]
  },
  "deceasedDateTime": "2023-07-04T00:00:00+03:00"
}