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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeOrganization
IdOrganization-organization-school-moe.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

תיכון כצנלסון

Source1

{
  "resourceType": "Organization",
  "id": "organization-school-moe",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/moe-institute-symbol",
      "value": "440172",
      "use": "official"
    }
  ],
  "address": [
    {
      "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"
            }
          ]
        }
      ],
      "use": "work",
      "type": "physical",
      "text": "אזר 43 כפר סבא",
      "city": "כפר סבא",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "6900",
                  "system": "http://fhir.health.gov.il/cs/city-symbol"
                }
              ]
            }
          }
        ]
      },
      "postalCode": "4410601",
      "country": "IL"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "name": "תיכון כצנלסון",
  "telecom": [
    {
      "system": "phone",
      "value": "09-7433376",
      "use": "work"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "77",
          "system": "http://fhir.health.gov.il/cs/institution-type-moh",
          "display": "בית ספר"
        }
      ]
    }
  ]
}