{
  "resourceType": "StructureDefinition",
  "id": "biobankcy-sd-researchstudy",
  "url": "http://ig.biobank.cy/fhir/StructureDefinition/biobankcy-sd-researchstudy",
  "name": "BIOBANKCYSDResearchStudy",
  "title": "Profile: Research Study (biobank.cy)",
  "status": "draft",
  "publisher": "biobank.cy",
  "contact": [
    {
      "name": "Molecular Medicine Research Center (MMRC)",
      "telecom": [
        {
          "system": "email",
          "value": "biobank@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Represents every research project that is implemented under the auspices of biobank.cy.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ResearchStudy",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ResearchStudy",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ResearchStudy.contained",
        "path": "ResearchStudy.contained",
        "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.identifier",
        "path": "ResearchStudy.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.identifier.use",
        "path": "ResearchStudy.identifier.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "ResearchStudy.identifier.value",
        "path": "ResearchStudy.identifier.value",
        "min": 1
      },
      {
        "id": "ResearchStudy.identifier.assigner",
        "path": "ResearchStudy.identifier.assigner",
        "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.\r\n\r\nbiobank.cy: For biobank.cy research projects reference biobank.cy Organization resource.",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.title",
        "path": "ResearchStudy.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.protocol",
        "path": "ResearchStudy.protocol",
        "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.partOf",
        "path": "ResearchStudy.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ResearchStudy",
              "http://ig.biobank.cy/fhir/StructureDefinition/biobankcy-sd-researchstudy"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.partOf.reference",
        "path": "ResearchStudy.partOf.reference",
        "min": 1
      },
      {
        "id": "ResearchStudy.status",
        "path": "ResearchStudy.status",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nbiobank.cy: Use the following status values: active |  completed | withdrawn",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.category",
        "path": "ResearchStudy.category",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.focus",
        "path": "ResearchStudy.focus",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.condition",
        "path": "ResearchStudy.condition",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.contact",
        "path": "ResearchStudy.contact",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.contact.name",
        "path": "ResearchStudy.contact.name",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.contact.telecom",
        "path": "ResearchStudy.contact.telecom",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.relatedArtifact",
        "path": "ResearchStudy.relatedArtifact",
        "comment": "Each related artifact is either an attachment, or a reference to another knowledge resource, but not both.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.keyword",
        "path": "ResearchStudy.keyword",
        "definition": "Key terms to aid in searching for or filtering the study.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.description",
        "path": "ResearchStudy.description",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.enrollment",
        "path": "ResearchStudy.enrollment",
        "comment": "The Group referenced should not generally enumerate specific subjects.  Subjects will be linked to the study using the ResearchSubject resource.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.period",
        "path": "ResearchStudy.period",
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.sponsor",
        "path": "ResearchStudy.sponsor",
        "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.principalInvestigator",
        "path": "ResearchStudy.principalInvestigator",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://ig.biobank.cy/fhir/StructureDefinition/biobankcy-sd-practitioner"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ResearchStudy.principalInvestigator.reference",
        "path": "ResearchStudy.principalInvestigator.reference",
        "min": 1
      },
      {
        "id": "ResearchStudy.site",
        "path": "ResearchStudy.site",
        "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.reasonStopped",
        "path": "ResearchStudy.reasonStopped",
        "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.note",
        "path": "ResearchStudy.note",
        "comment": "For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time.  This element may need to be included in narrative because of the potential for modifying information.  *Annotations SHOULD NOT* be used to communicate \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible).\r\n\r\nNot to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.arm",
        "path": "ResearchStudy.arm",
        "comment": "Not to be used for biobank.cy"
      },
      {
        "id": "ResearchStudy.objective",
        "path": "ResearchStudy.objective",
        "comment": "Not to be used for biobank.cy"
      }
    ]
  }
}