NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example patients based on data from GREGoR - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "gregor-study-family",
  "meta" : {
    "profile" : [
      🔗 "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-study-family"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group gregor-study-family</b></p><a name=\"gregor-study-family\"> </a><a name=\"hcgregor-study-family\"> </a><a name=\"gregor-study-family-en-US\"> </a><p><b>Family Type Extension</b>: <span title=\"Codes:{https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/ncpi-family-types Duo}\">Duo</span></p><p><b>identifier</b>: <code>https://anvil.terra.bio/</code>/GSS5555</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-GSS123456.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://anvil.terra.bio/#GSS123456)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-GSS654321.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://anvil.terra.bio/#GSS654321)</a></p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/family-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/ncpi-family-types",
            "code" : "Duo",
            "display" : "Duo"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://anvil.terra.bio/",
      "value" : "GSS5555"
    }
  ],
  "type" : "person",
  "actual" : true,
  "member" : [
    {
      "entity" : {
        🔗 "extension" : [
          {
            "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/family-role",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                  "code" : "CHILD",
                  "display" : "child"
                }
              ]
            }
          }
        ],
        "reference" : "Patient/GSS123456"
      }
    },
    {
      "entity" : {
        🔗 "extension" : [
          {
            "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/family-role",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                  "code" : "MTH",
                  "display" : "mother"
                }
              ]
            }
          }
        ],
        "reference" : "Patient/GSS654321"
      }
    }
  ]
}