FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Condition-example-f204-renal.xml

Example Condition/f204 (XML)

Maturity Level : N/A
Responsible Owner: Patient Care Work Group Ballot Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson

Raw XML ( canonical form ) Jump past Narrative + also see XML Format Specification )

Real-word condition example (renal insufficiency) (id = "f204")

(Details : {SNOMED CT code '55607006' = 'Problem', given as 'Problem'}; {http://hl7.org/fhir/conditi on-category code 'problem-list-item' = 'Problem List Item)(Details : {SNOMED CT code '36225005' = 'Acute renal failure due to procedure', given as 'Acute renal insufficiency specified as due to procedure'})
<?xml version="1.0" encoding="UTF-8"?>

<Condition xmlns="http://hl7.org/fhir">  <id value="f204"/>   <clinicalStatus>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>       <code value="inactive"/>     </coding>   </clinicalStatus>   <verificationStatus>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>       <code value="differential"/>     </coding>   </verificationStatus>   <category>     <!--  Renal insufficiency could become a severe problem  -->    <coding>       <system value="http://snomed.info/sct"/>       <code value="55607006"/>       <display value="Problem"/>     </coding>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-category"/>       <code value="problem-list-item"/>     </coding>   </category>   <severity>     <coding>       <system value="http://snomed.info/sct"/>       <code value="24484000"/>       <display value="Severe"/>     </coding>   </severity>   <code>     <coding>       <system value="http://snomed.info/sct"/>       <code value="36225005"/>       <display value="Acute renal failure due to procedure"/>     </coding>   </code>   <bodySite>     <coding>       <system value="http://snomed.info/sct"/>       <code value="181414000"/>       <display value="Entire kidney"/>     </coding>   </bodySite>   <subject>     <!--  It entails Roel's problem  -->    <reference value="Patient/f201"/>     <display value="Roel"/>   </subject>   <encounter>     <reference value="Encounter/f203"/>     <display value="Roel's encounter on March elevanth"/>   </encounter>   <onsetDateTime value="2013-03-11"/>   <abatementDateTime value="2013-03-20"/>   <recordedDate value="2013-03-11"/>   <asserter>     <reference value="Practitioner/f201"/>   </asserter>   <stage>     <!--  The problem is temporary and will not become permanent renal insufficiency  -->    <summary>       <coding>         <system value="http://snomed.info/sct"/>         <code value="14803004"/>         <display value="Temporary"/>       </coding>     </summary>     <assessment>       <display value="Genetic analysis master panel"/>     </assessment>   </stage>   <note>     <text value="The patient is anuric."/>   </note> 


</

Condition

>



Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.