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-part-of-ministry-of-health - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "organization-part-of-ministry-of-health",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">מכון מחקר</div>"
  },
  "active" : true,
  "name" : "מכון מחקר בתוך משרד הבריאות",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "08-6241011",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "text" : "ירמיהו 39 ירושלים",
      "line" : [
        "ירמיהו 39"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "ירמיהו"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "39"
            }
          ]
        }
      ],
      "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" : "3000"
                }
              ]
            }
          }
        ]
      },
      "postalCode" : "9446724",
      "country" : "IL"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/organization-ministry-of-health"
  }
}