Clinibus FHIR specification
0.1.8 - ci-build

Clinibus FHIR specification - Local Development build (v0.1.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Condition - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-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: Condition example-condition</b></p><a name=\"example-condition\"> </a><a name=\"hcexample-condition\"> </a><a name=\"example-condition-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.1 E10}\">Diabetes</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><p><b>onset</b>: 2000-03-12</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E10" ] ;
fhir:display [ fhir:v "Diabetes" ]     ] ) ;
fhir:text [ fhir:v "Diabetes" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:onset [
a fhir:dateTime ;
fhir:v "2000-03-12"^^xsd:date
  ] . #