מדריך למטמיע - טופס 17
1.0.0 - ci-build

This page is part of the T17 IG (v1.0.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patient-with-followup-appointment - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-with-followup-appointment",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">שרה שרי <b>ישראלי</b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>1-123456-123456-789</td></tr><tr><td>Date of birth</td><td><span>16 July 1969</span></td></tr></tbody></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.leumit.co.il/identifier/magnetic-card",
      "value" : "1-123456-123456-789"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "שרה",
      "family" : "ישראלי",
      "given" : [
        "שרה",
        "שרי"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "054-99999999",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "1969-07-16"
}