NCPI FHIR Implementation Guide v2
0.2.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.2.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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GSS123456"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-participant"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-participant>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient GSS123456</b></p><a name=\"GSS123456\"> </a><a name=\"hcGSS123456\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ncpi-participant.html\">NCPI Participant</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( https://anvil.terra.bio/#GSS123456)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Link study related sources back to the relevant study.\"><a href=\"StructureDefinition-part-of-study.html\">Part of Study</a></td><td colspan=\"3\"><a href=\"ResearchStudy-research-study-gregor.html\">ResearchStudy: identifier = AnVIL_GREGoR_GSS_U08_GRU; status = completed</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity.  The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-CDCREC.html#CDCREC-2186-5\">CDC Race and Ethnicity: 2186-5</a> (Not Hispanic or Latino)</li><li>text: Not Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A code classifying the person's sex assigned at birth  as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9). After version 6.0.0, this extension is no longer a *USCDI Requirement*.\"><a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-birthsex.html\">US Core Birth Sex Extension</a></td><td colspan=\"3\">M</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html#3) which includes over 900 concepts for representing race and ethnicity of which 921 reference race.  The race concepts are grouped by and pre-mapped to the 5 OMB race categories:#xA;#xA; - American Indian or Alaska Native#xA; - Asian#xA; - Black or African American#xA; - Native Hawaiian or Other Pacific Islander#xA; - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity: 2106-3</a> (White)</li><li>text: White</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Code describing the population (CDC)\"><a href=\"StructureDefinition-research-population.html\">Research Population</a></td><td colspan=\"3\">English|Scottish</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "M"     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "ombCategory"^^xsd:anyURI ;
fhir:l fhir:ombCategory       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238>         ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ]       ]     ] [
fhir:url [
fhir:v "text"^^xsd:anyURI ;
fhir:l fhir:text       ] ;
fhir:value [
a fhir:String ;
fhir:v "White"       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-race>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "ombCategory"^^xsd:anyURI ;
fhir:l fhir:ombCategory       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238>         ] ;
fhir:code [ fhir:v "2186-5" ] ;
fhir:display [ fhir:v "Not Hispanic or Latino" ]       ]     ] [
fhir:url [
fhir:v "text"^^xsd:anyURI ;
fhir:l fhir:text       ] ;
fhir:value [
a fhir:String ;
fhir:v "Not Hispanic or Latino"       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity>     ]
  ] [
fhir:url [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-population"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-population>     ] ;
fhir:value [
a fhir:String ;
fhir:v "English|Scottish"     ]
  ] [
fhir:url [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/part-of-study"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/part-of-study>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:ResearchStudy/research-study-gregor ;
fhir:reference [ fhir:v "ResearchStudy/research-study-gregor" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://anvil.terra.bio/"^^xsd:anyURI ;
fhir:l <https://anvil.terra.bio/>     ] ;
fhir:value [ fhir:v "GSS123456" ]
  ] ) . #