Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First Group/fm-001 - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "fm-001",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/Group"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: fm-001</p><p><b>meta</b>: </p><p><b>identifier</b>: 466</p><p><b>type</b>: person</p><p><b>actual</b>: true</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-pt-001.html\">Generated Summary: id: pt-001; 14999; Mariah Abigail Smith(OFFICIAL); ph: (555) 555-5555(HOME); gender: female; birthDate: 2019-01-01</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-pt-002.html\">Generated Summary: id: pt-002; 15000; gender: female</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-pt-003.html\">Generated Summary: id: pt-003; 15001; gender: male</a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://kf-api-dataservice.kidsfirstdrc.org/families?study_id=SD_PREASA7S",
      "value" : "466"
    }
  ],
  "type" : "person",
  "actual" : true,
  "member" : [
    {
      "entity" : {
        "reference" : "Patient/pt-001"
      }
    },
    {
      "entity" : {
        "reference" : "Patient/pt-002"
      }
    },
    {
      "entity" : {
        "reference" : "Patient/pt-003"
      }
    }
  ]
}