NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: ncpi-research-study-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "ResearchStudy",
  "id" : "ncpi-research-study-01",
  "meta" : {
    "profile" : [
      "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-research-study"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchStudy</b><a name=\"ncpi-research-study-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ResearchStudy &quot;ncpi-research-study-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ncpi-research-study.html\">NCPI Research Study</a></p></div><p><b>title</b>: Example research study</p><p><b>status</b>: completed</p><p><b>primaryPurposeType</b>: diagnostic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#diagnostic)</span></p><p><b>category</b>: Study Cohort <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ncpi.html\">NCPI FHIR Codes</a>#StudyCohort)</span></p><p><b>enrollment</b>: <a href=\"Group-ncpi-research-study-01-group-01-main.html\">Group/ncpi-research-study-01-group-01-main</a> &quot;Study 01's participants&quot;</p></div>"
  },
  "title" : "Example research study",
  "status" : "completed",
  "primaryPurposeType" : {
    "coding" : [
      {
        "code" : "diagnostic"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/ncpi",
          "code" : "StudyCohort",
          "display" : "Study Cohort"
        }
      ]
    }
  ],
  "enrollment" : [
    {
      "reference" : "Group/ncpi-research-study-01-group-01-main"
    }
  ]
}