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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeOrganization
IdOrganization-hospital-department.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": "hospital-department",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/moh-hospital-department",
      "value": "12345-abc12",
      "use": "official"
    }
  ],
  "address": [
    {
      "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"
            }
          ]
        }
      ],
      "use": "work",
      "type": "physical",
      "text": "ירמיהו 39 ירושלים",
      "city": "ירושלים",
      "_city": {
        "extension": [
          {
            "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "3000",
                  "system": "http://fhir.health.gov.il/cs/city-symbol"
                }
              ]
            }
          }
        ]
      },
      "postalCode": "9446724",
      "country": "IL"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "name": "מחלקת אשפוז - פנימית",
  "telecom": [
    {
      "system": "phone",
      "value": "08-6241010",
      "use": "work"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "10000",
          "system": "http://fhir.health.gov.il/cs/department-type-moh",
          "display": "אשפוז - פנימית"
        }
      ]
    }
  ],
  "partOf": {
    "reference": "Organization/agaf-pnimi"
  }
}