SMART PH4H
0.1.0 - ci-build

SMART PH4H, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions

: Example Condition - TTL Representation

Raw ttl | Download


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

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

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "c64139e7-f02d-409c-bf34-75e8bf23bc89"] ; # 
  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 c64139e7-f02d-409c-bf34-75e8bf23bc89</b></p><a name=\"c64139e7-f02d-409c-bf34-75e8bf23bc89\"> </a><a name=\"hcc64139e7-f02d-409c-bf34-75e8bf23bc89\"> </a><a name=\"c64139e7-f02d-409c-bf34-75e8bf23bc89-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.3.999</code>/c87bf51c-e53c-4bfe-b8b7-aa62bdd93002</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 75326-9}\">Problem</span></p><p><b>severity</b>: <span title=\"Codes:{http://loinc.org LA6751-7}\">Moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 198436008}, {http://hl7.org/fhir/sid/icd-10 N95.1}\">Menopausal flushing (finding)</span></p><p><b>subject</b>: <a href=\"Bundle-ExampleIPS.html#urn-uuid-2b90dd2b-2dab-4c75-9bb9-a355e07401e8\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#175bd032-8b00-4728-b2dc-748bb1501aed; type = document; timestamp = 2024-02-11 11:32:00+0100</a></p><p><b>onset</b>: 2015</p><p><b>recordedDate</b>: 2016-10</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.3.999"^^xsd:anyURI ] ;
fhir:value [ fhir:v "c87bf51c-e53c-4bfe-b8b7-aa62bdd93002" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:75326-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75326-9" ] ;
fhir:display [ fhir:v "Problem" ]     ] )
  ] ) ; # 
  fhir:severity [
    ( fhir:coding [
a loinc:LA6751-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6751-7" ] ;
fhir:display [ fhir:v "Moderate" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:198436008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "198436008" ] ;
fhir:display [
fhir:v "Menopausal flushing (finding)" ;
        ( fhir:extension [
          ( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [ fhir:v "nl-NL" ]           ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [ fhir:v "opvliegers" ]           ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]         ] )       ]     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N95.1" ] ;
fhir:display [ fhir:v "Menopausal and female climacteric states" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ; # 
  fhir:onset [ fhir:v "2015"^^xsd:gYear] ; # 
  fhir:recordedDate [ fhir:v "2016-10"^^xsd:gYearMonth] . #