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 CBTN - 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 "PT-006SP660-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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation PT-006SP660-condition</b></p><a name=\"PT-006SP660-condition\"> </a><a name=\"hcPT-006SP660-condition\"> </a><a name=\"PT-006SP660-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://purl.obolibrary.org/obo/mondo.owl MONDO:0002203}\">ventricular ectopy</span></p><p><b>subject</b>: <a href=\"Patient-PT-006SP660.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://cbtn.org/#C21156)</a></p><p><b>effective</b>: <code>Relative date time: </code></p><p><b>value</b>: <span title=\"Codes:{https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/condition-assertion Present}\">Present</span></p></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://purl.obolibrary.org/obo/mondo.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MONDO:0002203" ]     ] ) ;
fhir:text [ fhir:v "ventricular ectopy" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PT-006SP660" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "target"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/PT-006SP660" ]         ]       ] [
fhir:url [ fhir:v "targetPath"^^xsd:anyURI ] ;
fhir:value [ fhir:v "None" ]       ] [
fhir:url [ fhir:v "relationship"^^xsd:anyURI ] ;
fhir:value [ fhir:v "after" ]       ] [
fhir:url [ fhir:v "offset"^^xsd:anyURI ] ;
fhir:value [
a fhir:Duration ;
fhir:value [ fhir:v "4931"^^xsd:decimal ] ;
fhir:unit [ fhir:v "d" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "days" ]         ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime"^^xsd:anyURI ]     ] )
  ] ; # 
  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" ]     ] )
  ] . #