SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions
: Problem List - 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#> .
a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ProblemListExample3"] ;
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: List ProblemListExample3</b></p><a name=\"ProblemListExample3\"> </a><a name=\"hcProblemListExample3\"> </a><a name=\"ProblemListExample3-en-US\"> </a><h2>Problem List</h2><table class=\"clstu\"><tr><td>Mode: Snapshot List </td><td>Status: Current </td><td>Code: problems </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Condition-AllergyConditionExample3-1.html\">Condition Abdominal bloating (finding)</a></td></tr><tr><td><a href=\"Condition-AllergyConditionExample3-2.html\">Condition Abdominal pain (finding)</a></td></tr><tr><td><a href=\"Condition-AllergyConditionExample3-3.html\">Condition Fatigue (finding)</a></td></tr></table></div>"
] ;
fhir:status [ fhir:v "current"] ;
fhir:mode [ fhir:v "snapshot"] ;
fhir:title [ fhir:v "Problem List"] ;
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "problems" ] ] )
] ;
fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "Condition/AllergyConditionExample3-1" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Condition/AllergyConditionExample3-2" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Condition/AllergyConditionExample3-3" ] ]
] ) .