{
  "resourceType": "StructureDefinition",
  "id": "shr-research-Study",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Study Profile</b></p>\n  <p>A clinical trial or similar research study. Reference: list of FDA data elements describing a research study: prsinfo.clinicaltrials.gov/definitions.html</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.research.Study maps to ResearchStudy:\n  Title maps to title\n  Identifier maps to identifier\n  PartOf maps to partOf\n  Status maps to status\n  Enrollment maps to enrollment\n  EffectiveTimePeriod maps to period\n  Sponsor maps to sponsor\n  Jurisdiction maps to jurisdiction\n  ContactDetail maps to contact\n  PrincipalInvestigator maps to principalInvestigator\n  Facility maps to site\n  TerminationReason maps to reasonStopped\n  Annotation maps to note\n  StudyArm.Title maps to arm.name\n  StudyArm.Type maps to arm.code\n  StudyArm.Details maps to arm.description\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-research-Study",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.research.Study"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Study Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "A clinical trial or similar research study. Reference: list of FDA data elements describing a research study: prsinfo.clinicaltrials.gov/definitions.html",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "clinicaltrials-gov",
      "uri": "http://clinicaltrials.gov",
      "name": "ClinicalTrials.gov Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ResearchStudy",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ResearchStudy",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ResearchStudy:shr-research-Study",
        "path": "ResearchStudy",
        "short": "SHR Study Profile",
        "definition": "A clinical trial or similar research study. Reference: list of FDA data elements describing a research study: prsinfo.clinicaltrials.gov/definitions.html"
      },
      {
        "id": "ResearchStudy:shr-research-Study.extension:relatedencounter",
        "path": "ResearchStudy.extension",
        "sliceName": "relatedencounter",
        "definition": "If content was generated during a patient encounter, related encounter is the encounter where the information was gained.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-RelatedEncounter-extension"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.extension:author",
        "path": "ResearchStudy.extension",
        "sliceName": "author",
        "definition": "The person or organization who created the entry and is responsible for (and may certify) the content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Author-extension"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.extension:informant",
        "path": "ResearchStudy.extension",
        "sliceName": "informant",
        "definition": "The person or entity that provided the information in the entry, as distinct from who created the entry, e.g. the subject (patient), medical professional, family member, device or software program.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Informant-extension"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.extension:type",
        "path": "ResearchStudy.extension",
        "sliceName": "type",
        "definition": "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Type-extension"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.extension:details",
        "path": "ResearchStudy.extension",
        "sliceName": "details",
        "definition": "An text note containing additional details, explanation, description, comment, or summarization. Details can discuss, support, explain changes to, or dispute information.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Details-extension"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.identifier",
        "path": "ResearchStudy.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Identifier"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.title",
        "path": "ResearchStudy.title",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ResearchStudy:shr-research-Study.partOf",
        "path": "ResearchStudy.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-research-Study"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.contact",
        "path": "ResearchStudy.contact",
        "type": [
          {
            "code": "ContactDetail",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-ContactDetail"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.jurisdiction",
        "path": "ResearchStudy.jurisdiction",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ResearchStudy:shr-research-Study.enrollment",
        "path": "ResearchStudy.enrollment",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Group"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.sponsor",
        "path": "ResearchStudy.sponsor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.principalInvestigator",
        "path": "ResearchStudy.principalInvestigator",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Practitioner"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.site",
        "path": "ResearchStudy.site",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Facility"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.note",
        "path": "ResearchStudy.note",
        "type": [
          {
            "code": "Annotation",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Annotation"
          }
        ]
      },
      {
        "id": "ResearchStudy:shr-research-Study.arm",
        "path": "ResearchStudy.arm"
      },
      {
        "id": "ResearchStudy:shr-research-Study.arm.code",
        "path": "ResearchStudy.arm.code",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://standardhealthrecord.org/shr/research/vs/StudyArmTypeVS"
          }
        }
      }
    ]
  }
}