FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/t17-requested-location

Packageig.fhir-il-community.org.t17
Resource TypeStructureDefinition
Idt17-requested-location
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ig.fhir-il-community.org.t17@1.0.0&canonical=http://ig.fhir-il-community.org/T17/StructureDefinition/t17-requested-location
URLhttp://ig.fhir-il-community.org/T17/StructureDefinition/t17-requested-location
Statusdraft
NameT17Location
TitleT17 Requested Location
Descriptionהמיקום אליו נקבע התור - כולל פרטי מחלקה/מרפאה ובית חולים
TypeLocation
Kindresource

Resources that use this resource

StructureDefinition
t17-bundle-reqT17 Bundle Req
t17-requestT17 Request

Resources that this resource uses

StructureDefinition
il-core-locationILCore Location Profile
ValueSet
department-type-mohDepartment Type MoH

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "t17-requested-location",
  "url": "http://ig.fhir-il-community.org/T17/StructureDefinition/t17-requested-location",
  "name": "T17Location",
  "title": "T17 Requested Location",
  "status": "draft",
  "description": "המיקום אליו נקבע התור - כולל פרטי מחלקה/מרפאה ובית חולים",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.mode",
        "path": "Location.mode",
        "min": 1,
        "fixedCode": "instance"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open",
          "ordered": false
        },
        "min": 1
      },
      {
        "id": "Location.type:moh-type",
        "path": "Location.type",
        "sliceName": "moh-type",
        "min": 1,
        "max": "*"
      },
      {
        "id": "Location.type:moh-type.coding",
        "path": "Location.type.coding",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.health.gov.il/ValueSet/department-type-moh"
        }
      },
      {
        "id": "Location.type:moh-type.coding.system",
        "path": "Location.type.coding.system",
        "min": 1,
        "patternUri": "http://fhir.health.gov.il/cs/department-type-moh"
      },
      {
        "id": "Location.type:moh-type.coding.code",
        "path": "Location.type.coding.code",
        "min": 1
      },
      {
        "id": "Location.type:moh-type.coding.display",
        "path": "Location.type.coding.display",
        "min": 1
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "min": 1
      },
      {
        "id": "Location.managingOrganization.identifier",
        "path": "Location.managingOrganization.identifier",
        "min": 1
      },
      {
        "id": "Location.managingOrganization.identifier.system",
        "path": "Location.managingOrganization.identifier.system",
        "min": 1
      },
      {
        "id": "Location.managingOrganization.identifier.value",
        "path": "Location.managingOrganization.identifier.value",
        "min": 1
      }
    ]
  }
}