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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gregor-study-family"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-study-family"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-study-family>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/family-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/ncpi-family-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Duo" ] ;
fhir:display [ fhir:v "Duo" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://anvil.terra.bio/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GSS5555" ]
  ] ) ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:member ( [
fhir:entity [
      ( fhir:extension [
fhir:url [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/family-role"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CHILD" ] ;
fhir:display [ fhir:v "child" ]           ] )         ]       ] ) ;
fhir:reference [ fhir:v "Patient/GSS123456" ]     ]
  ] [
fhir:entity [
      ( fhir:extension [
fhir:url [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/family-role"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ]           ] )         ]       ] ) ;
fhir:reference [ fhir:v "Patient/GSS654321" ]     ]
  ] ) . #