IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.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

: organization-school-moe - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "organization-school-moe",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">תיכון כצנלסון</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://fhir.health.gov.il/identifier/moe-institute-symbol",
      "value" : "440172"
    }
  ],
  "active" : true,
  "name" : "תיכון כצנלסון",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "09-7433376",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "text" : "אזר 43 כפר סבא",
      "line" : [
        "אזר 43"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "אזר"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "43"
            }
          ]
        }
      ],
      "city" : "כפר סבא",
      "_city" : {
        "extension" : [
          {
            "url" : "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://fhir.health.gov.il/cs/city-symbol",
                  "code" : "6900"
                }
              ]
            }
          }
        ]
      },
      "postalCode" : "4410601",
      "country" : "IL"
    }
  ]
}