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

FHIR IG analytics

Packageil.szmc.fhir.r4
Resource TypeOrganization
IdOrganization-SzmcInternalMedicineDept.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "SzmcInternalMedicineDept",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "organization",
        "display": "יחידה ארגונית"
      }
    ],
    "profile": [
      "http://fhir.szmc.org.il/StructureDefinition/szmc-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.health.gov.il/identifier/moh-hospital-department",
      "value": "12345-10000"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/department-type-moh",
          "code": "10000",
          "display": "אשפוז - פנימית"
        },
        {
          "system": "http://fhir.szmc.org.il/cs/dept-id",
          "code": "101",
          "display": "מחלקה פנימית א'"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "03-5302500",
      "use": "work"
    }
  ],
  "active": true,
  "name": "מחלקה פנימית א'",
  "partOf": {
    "reference": "Organization/SzmcMainHospital"
  }
}