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 CBTN - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "cbtn-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 cbtn-study-family</b></p><a name=\"cbtn-study-family\"> </a><a name=\"hccbtn-study-family\"> </a><a name=\"cbtn-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 Trio}\">Trio</span></p><p><b>Study Family Focus Extension</b>: <span title=\"Codes:{http://purl.obolibrary.org/obo/mondo.owl 0004992}\">Cancer</span></p><p><b>identifier</b>: <code>https://cbtn.org/</code>/FM-00C8Y7DG</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-006SP660.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://cbtn.org/#C21156)</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-PT-006SP675.html\">Anonymous Patient (no stated gender), DoB:  ( http://chdgenes.org/#20757)</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" : "Trio",
            "display" : "Trio"
          }
        ]
      }
    },
    {
      "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/study-family-focus",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://purl.obolibrary.org/obo/mondo.owl",
            "code" : "0004992",
            "display" : "Cancer"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://cbtn.org/",
      "value" : "FM-00C8Y7DG"
    }
  ],
  "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" : "MTH",
                  "display" : "mother"
                }
              ]
            }
          }
        ],
        "reference" : "Patient/PT-006SP660"
      }
    },
    {
      "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" : "SON",
                  "display" : "natural son"
                }
              ]
            }
          }
        ],
        "reference" : "Patient/PT-006SP675"
      }
    }
  ]
}