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-f203-sepsis.xml

Example Condition/f203 (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 (sepsis) (id = "f203")

(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 '281158006' = 'Pulmonary vascular structure', given as 'Pulmonary vascular structure'})
<?xml version="1.0" encoding="UTF-8"?>

<!--  @version June 2013 @author Melchior Ferdinand Pot  --><Condition xmlns="http://hl7.org/fhir">  <id value="f203"/>   <clinicalStatus>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>       <code value="active"/>     </coding>   </clinicalStatus>   <verificationStatus>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>       <code value="confirmed"/>     </coding>   </verificationStatus>   <category>     <!--  Bacterial sepsis is certainly a moderate to 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="371924009"/>       <display value="Moderate to severe"/>     </coding>   </severity>   <code>     <!--  The problem is bacterial sepsis  -->    <coding>       <system value="http://snomed.info/sct"/>       <code value="10001005"/>       <display value="Bacterial sepsis"/>     </coding>   </code>   <bodySite>     <!--  Location is intravascular pulmonary  -->    <coding>       <system value="http://snomed.info/sct"/>       <code value="281158006"/>       <display value="Pulmonary vascular structure"/>     </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-08"/>   <recordedDate value="2013-03-11"/>   <asserter>     <reference value="Practitioner/f201"/>   </asserter>   <evidence>     <reference>       <reference value="DiagnosticReport/f202"/>       <display value="Diagnostic report for Roel's sepsis"/>     </reference>   </evidence> 


</

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.