{
  "resourceType": "StructureDefinition",
  "url": "https://vvis.gov.lv/fhir/Datatype/Identifier/OncologyIdentifier-v1",
  "version": "1",
  "name": "OncologyIdentifier",
  "title": "OncologyIdentifier",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier",
        "path": "Identifier",
        "short": "Onko identifikators"
      },
      {
        "id": "Identifier.id",
        "path": "Identifier.id",
        "max": "0"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "min": 1
      },
      {
        "id": "Identifier.type.coding",
        "path": "Identifier.type.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Identifier.type.coding.system",
        "path": "Identifier.type.coding.system",
        "short": "FHIR OncologyCardData Profile Identifier Classifier | FHIR OncologyCardData profila identifikatoru klasifikators",
        "min": 1,
        "fixedUri": "https://vvis.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.646"
      },
      {
        "id": "Identifier.type.coding.code",
        "path": "Identifier.type.coding.code",
        "min": 1,
        "binding": {
          "strength": "required",
          "description": "FHIR OncologyCardData Profile Identifier Classifier code | FHIR OncologyCardData profila identifikatoru klasifikatora kods",
          "valueSet": "https://vvis.gov.lv/fhir/ValueSet/1.3.6.1.4.1.38760.2.646"
        }
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "max": "0"
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1
      },
      {
        "id": "Identifier.period",
        "path": "Identifier.period",
        "max": "0"
      },
      {
        "id": "Identifier.assigner",
        "path": "Identifier.assigner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://vvis.gov.lv/fhir/StructureDefinition/Organization/MedicalInstitution"
            ]
          }
        ]
      }
    ]
  }
}