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

FHIR IG Statistics: StructureDefinition/location-rambam

Packagefhir.outburn.co.il
Resource TypeStructureDefinition
Idlocation-rambam
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.outburn.co.il@0.5.5&canonical=http://fhir.rmc.gov.il/StructureDefinition/rambam-location
URLhttp://fhir.rmc.gov.il/StructureDefinition/rambam-location
Statusdraft
NameLocationRambam
TitleLocation Rambam
Realmus
Authorityhl7
DescriptionLocation profile by Rambam
TypeLocation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
il-core-locationILCore Location Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "location-rambam",
  "url": "http://fhir.rmc.gov.il/StructureDefinition/rambam-location",
  "name": "LocationRambam",
  "title": "Location Rambam",
  "status": "draft",
  "description": "Location profile by Rambam",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open",
          "description": "",
          "ordered": false
        },
        "min": 2
      },
      {
        "id": "Location.identifier:dept-rmb",
        "path": "Location.identifier",
        "sliceName": "dept-rmb",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.identifier:dept-rmb.system",
        "path": "Location.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.rmc.gov.il/identifier/dept-rmb"
      },
      {
        "id": "Location.identifier:dept-rmb.value",
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "id": "Location.identifier:moh-hospital-department",
        "path": "Location.identifier",
        "sliceName": "moh-hospital-department",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.identifier:moh-hospital-department.system",
        "path": "Location.identifier.system",
        "min": 1
      },
      {
        "id": "Location.identifier:moh-hospital-department.value",
        "path": "Location.identifier.value",
        "min": 1
      },
      {
        "id": "Location.status",
        "path": "Location.status",
        "min": 1
      },
      {
        "id": "Location.mode",
        "path": "Location.mode",
        "fixedCode": "instance"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open",
          "description": "",
          "ordered": false
        },
        "min": 2
      },
      {
        "id": "Location.type:dept-type-rmb",
        "path": "Location.type",
        "sliceName": "dept-type-rmb",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.type:dept-type-rmb.coding.system",
        "path": "Location.type.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.rmc.gov.il/cs/dept-type-rmb"
      },
      {
        "id": "Location.type:dept-type-rmb.coding.code",
        "path": "Location.type.coding.code",
        "min": 1
      },
      {
        "id": "Location.type:moh-department-type",
        "path": "Location.type",
        "sliceName": "moh-department-type",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Location.type:moh-department-type.coding.system",
        "path": "Location.type.coding.system",
        "min": 1,
        "fixedUri": "http://fhir.health.gov.il/cs/department-type-moh"
      },
      {
        "id": "Location.type:moh-department-type.coding.code",
        "path": "Location.type.coding.code",
        "min": 1
      }
    ]
  }
}