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-group-01-main - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "ncpi-research-study-01-group-01-main",
  "meta" : {
    "profile" : [
      "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/study-group"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Group</b><a name=\"ncpi-research-study-01-group-01-main\"> </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 Group &quot;ncpi-research-study-01-group-01-main&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-study-group.html\">NCPI Study Group</a></p></div><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>name</b>: Study 01's participants</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-ncpi-research-study-01-patient-01.html\">Patient/ncpi-research-study-01-patient-01</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-ncpi-research-study-01-patient-02.html\">Patient/ncpi-research-study-01-patient-02</a></p></blockquote></div>"
  },
  "type" : "person",
  "actual" : true,
  "name" : "Study 01's participants",
  "quantity" : 2,
  "member" : [
    {
      "entity" : {
        "reference" : "Patient/ncpi-research-study-01-patient-01"
      }
    },
    {
      "entity" : {
        "reference" : "Patient/ncpi-research-study-01-patient-02"
      }
    }
  ]
}