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 "ProblemListExample7"] ;
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 ProblemListExample7</b></p><a name=\"ProblemListExample7\"> </a><a name=\"hcProblemListExample7\"> </a><a name=\"ProblemListExample7-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-AllergyConditionExample7-1.html\">Condition Eruption of skin (disorder)</a></td></tr><tr><td><a href=\"Condition-AllergyConditionExample7-2.html\">Condition Itching of skin (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/AllergyConditionExample7-1" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Condition/AllergyConditionExample7-2" ] ]
] ) .