מדריך למטמיע - טופס 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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: t17-requested-location - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "t17-requested-location",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-requested-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">פרטי מיקום התור עבורו נשלחה בקשה להתחייבות - פרט מחלקה או מרפאה ופרטי בית החולים</div>"
  },
  "name" : "מחלקת עיניים",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.health.gov.il/cs/department-type-moh",
          "code" : "33700",
          "display" : "מחלקת עיניים"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "03-9999999",
      "use" : "work"
    }
  ],
  "managingOrganization" : {
    "type" : "Organization",
    "identifier" : {
      "system" : "http://fhir.health.gov.il/identifier/legal-entity",
      "value" : "500106919"
    },
    "display" : "בי\"ח איכילוב"
  }
}