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 condition using 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GSS123456-condition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-condition"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-condition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation GSS123456-condition</b></p><a name=\"GSS123456-condition\"> </a><a name=\"hcGSS123456-condition\"> </a><a name=\"GSS123456-condition-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/condition-type Disease}\">Disease</span></p><p><b>code</b>: <span title=\"Codes:{http://human-phenotype-ontology.org HP:0006951}\">retrocerebellar cyst</span></p><p><b>subject</b>: <a href=\"Patient-GSS123456.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://anvil.terra.bio/#GSS123456)</a></p><p><b>value</b>: <span title=\"Codes:{https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/condition-assertion Present}\">Present</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">otherModifiers</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">ageAtOnset</span></p><p><b>value</b>: <span title=\"Codes:{http://human-phenotype-ontology.org HP:0011463}\">HP:0011463</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">otherModifiers</span></p><p><b>value</b>: <span title=\"Codes:{http://human-phenotype-ontology.org HP:0012832}\">HP:0012832</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/condition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Disease" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://human-phenotype-ontology.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP:0006951" ]     ] ) ;
fhir:text [ fhir:v "retrocerebellar cyst" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/GSS123456" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/condition-assertion"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Present" ]     ] )
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:code [ fhir:v "otherModifiers" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:code [ fhir:v "ageAtOnset" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://human-phenotype-ontology.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP:0011463" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:code [ fhir:v "otherModifiers" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://human-phenotype-ontology.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP:0012832" ]       ] )     ]
  ] ) . #