{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-08-22T15:23:46.571+00:00"
  },
  "url": "https://medico-emr.net/medico/r4/sd/Identifier_medicoResourceId_1",
  "name": "Identifier_MedicoResourceId_1",
  "status": "draft",
  "date": "2018-08-22T15:23:46.446+00:00",
  "description": "Defines how medico identifiers are made up - usued within slices in each FHIR resource.",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier",
        "path": "Identifier",
        "definition": "An identifier for medico internal resources"
      },
      {
        "id": "Identifier.id",
        "path": "Identifier.id",
        "max": "0"
      },
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "max": "0"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "max": "0"
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "definition": "The resulting value will be https://medico-emr.net/medico/%KUNDE%/sid1/*   \r\n - where * is the in code.code  - see below\r\n - and %KUNDE& is a tenant specific 2-3 character id\r\nfor automatic calculation the Code with the system \"https://medico-emr.net/medico/cs/customerdefinedsystem\" is used",
        "min": 1
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "definition": "medico's internal id for this type of medico resource\r\nThis value must be unique within medico - for a given value of \"system\"",
        "min": 1
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "max": "0"
      }
    ]
  }
}