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

FHIR IG analytics

Packageil.szmc.fhir.r4
Resource TypePatient
IdPatient-SzmcPatientExample02.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": "SzmcPatientExample02",
  "meta": {
    "profile": [
      "http://fhir.szmc.org.il/StructureDefinition/szmc-patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.szmc.org.il/identifier/baby-patient",
      "value": "BABY-2025-001234",
      "assigner": {
        "reference": "Organization/SzmcMainHospital"
      }
    },
    {
      "system": "http://fhir.szmc.org.il/identifier/temp-patient",
      "value": "TMP-2025-112233"
    }
  ],
  "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": [
        {
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.szmc.org.il/cs/citizenship",
                "code": "IL"
              }
            ]
          },
          "url": "code"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    },
    {
      "extension": [
        {
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://fhir.szmc.org.il/cs/nationality",
                "code": "IL",
                "display": "ישראלי"
              }
            ]
          },
          "url": "code"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "valueAddress": {
        "country": "IL"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
    }
  ],
  "name": [
    {
      "given": [
        "תינוק"
      ],
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/language",
          "valueCode": "he"
        }
      ],
      "use": "temp",
      "family": "לוי"
    }
  ],
  "address": [
    {
      "line": [
        "רחוב הדר 45"
      ],
      "use": "home",
      "city": "רמת גן",
      "postalCode": "5252000",
      "country": "IL"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "code": "he",
            "system": "urn:ietf:bcp:47"
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "code": "PRN",
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
            }
          ]
        }
      ],
      "name": {
        "given": [
          "שרה"
        ],
        "family": "לוי"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "054-9998877",
          "use": "mobile"
        }
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2025-11-08",
  "managingOrganization": {
    "reference": "Organization/SzmcMainHospital"
  }
}