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

FHIR IG analytics

Packageig.fhir-il-community.org.t17
Resource TypePatient
IdPatient-patient-with-followup-appointment.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

שרה שרי ישראלי
Identifier1-123456-123456-789
Date of birth16 July 1969

Source1

{
  "resourceType": "Patient",
  "id": "patient-with-followup-appointment",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "system": "http://fhir.leumit.co.il/identifier/magnetic-card",
      "value": "1-123456-123456-789"
    }
  ],
  "name": [
    {
      "given": [
        "שרה",
        "שרי"
      ],
      "text": "שרה",
      "family": "ישראלי"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "054-99999999",
      "use": "mobile"
    }
  ],
  "active": true,
  "gender": "female",
  "birthDate": "1969-07-16"
}