This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Resource Problem - Content 3.14

Status: Not an approved resource: exemplar developed by Patient Care WG. Under consideration by the Patient Care work group

Use to record detailed information about problems or diagnoses recognised by a clinician. There are many uses including: recording a Diagnosis during an Encounter; populating a Problem List or a Summary Statement, such as a Discharge Summary.

The resource name as it appears in a RESTful URL is /problem/

Resource Content 3.14.1

UML Image

<Problem xmlns="http://hl7.org/fhir">
 <code><!-- 1..1 CodeableConcept Identification of the problem or diagnosis --></code>
 <category><!-- 0..1 CodeableConcept E.g. finding | problem | diagnosis | concern --></category>
 <status><!-- 0..1 code provisional | working | confirmed | refuted --></status>
 <certainty><!-- 0..1 CodeableConcept degree of confidence --></certainty>
 <severity><!-- 0..1 CodeableConcept subjective severity of problem/diagnosis --></severity>
 <onset[x]><!-- 0..1 date|Age estimated or actual date, or age --></onset[x]>
 <dateFound><!-- 0..1 date when the first detected/suspect/entered --></dateFound>
 <abatement[x]><!-- 0..1 date|Age|boolean if/when in resolution/remission --></abatement[x]>
 <stage>  <!-- 0..1 stage/grade, usually assessed formally -->
  <summary><!-- 0..1 CodeableConcept simple summary (disease specific) --></summary>
  <assessment><!-- 0..* Resource(Any) formal record of assessment --></assessment>
 </stage>
 <evidence>  <!-- 0..* supporting evidence -->
  <code><!-- 0..1 CodeableConcept manifestation/symptom --></code>
  <details><!-- 0..1 Resource(Any) supporting information found elsewhere --></details>
 </evidence>
 <location>  <!-- 0..1 anatomical location, if relevant -->
  <code><!-- 0..1 CodeableConcept location - may include laterality --></code>
  <details><!-- 0..1 Resource(AnatomicalLocation) precise location details --></details>
 </location>
 <relatedItem>  <!-- 0..* causes or precedents for this problem -->
  <type><!-- 1..1 code due-to | follows --></type>
  <target><!-- 1..1 Resource(Problem|Procedure|Substance) relationship target --></target>
 </relatedItem>
 <extension><!-- 0..* Extension  See Extensions  --></extension>
 <text><!-- 1..1 Narrative Text summary of resource (for human interpretation) --></text>
</Problem>

Alternate definitions: Schema/Schematron, RDF (to do), XML, XMI (to do), Resource Profile

Terminology Bindings

PathDetailsStrength
Problem.code Identification of the problem or diagnosis. (not bound to any particular codes)complete/unstated
Problem.category A category assigned to the problem/diagnosis. E.g. finding | problem | diagnosis | concern | condition (not bound to any particular codes)complete/unstated
Problem.status The clinical status of the problem or diagnosis (not bound to any particular codes)complete/unstated
Problem.certainty The degree of confidence that this problem/diagnosis is correct (not bound to any particular codes)complete/unstated
Problem.severity A subjective assessment of the severity of the Problem/Diagnosis as evaluated by the clinician. (not bound to any particular codes)complete/unstated
Problem.relatedItem.type The type of relationship between a problem/diagnosis and it's related item (see http://hl7.org/fhir/problem-relationship-type for values)complete/required

Constraints

Search Parameters 3.14.2

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.

$page : integerStarting offset of the first record to return in the search setsingle
$count : integerNumber of return records requested. The server is not bound to conformsingle
$id : tokenThe logical resource id associated with the resource (must be supported by all servers)single
code : qtokencode for the problem/diagnosisunion
status : qtokenthe status of the problem/diagnosisunion
severity : qtokenthe severity of the problemunion
category : qtokenthe category of the problemunion
onset : datedate equal to when the problem startedsingle
onset-before : datedate before or equal to when the problem startedsingle
onset-after : datedate after or equal to when the problem startedsingle

(See Searching).


This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:04+1100. License