Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Condition - Dyspnoea - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="Condition-Dyspnoea-9912003888"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition Condition-Dyspnoea-9912003888</b></p><a name="Condition-Dyspnoea-9912003888"> </a><a name="hcCondition-Dyspnoea-9912003888"> </a><a name="Condition-Dyspnoea-9912003888-en-GB"> </a><p><b>identifier</b>: <code>https://tools.ietf.org/html/rfc4122</code>/71fae5af-0b9e-4b9e-b6af-3d1bb4e223a0</p><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}">Confirmed</span></p><p><b>severity</b>: <span title="Codes:{http://snomed.info/sct 24484000}">Severe</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 267036007}">Dyspnoea</span></p><p><b>subject</b>: Jack DAWKINS (Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9912003888)</p><p><b>onset</b>: 2018-08-20</p><p><b>asserter</b>: Dr Samuel Darwin (Identifier: <code>https://fhir.hl7.org.uk/Id/gmc-number</code>/C3456789)</p></div>
  </text>
  <identifier>
    <system value="https://tools.ietf.org/html/rfc4122"/>
    <value value="71fae5af-0b9e-4b9e-b6af-3d1bb4e223a0"/>
  </identifier>
  <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>
  <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="267036007"/>
      <display value="Dyspnoea"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <system value="https://fhir.nhs.uk/Id/nhs-number"/>
      <value value="9912003888"/>
    </identifier>
    <display value="Jack DAWKINS"/>
  </subject>
  <onsetDateTime value="2018-08-20"/>
  <asserter>
    <identifier>
      <system value="https://fhir.hl7.org.uk/Id/gmc-number"/>
      <value value="C3456789"/>
    </identifier>
    <display value="Dr Samuel Darwin"/>
  </asserter>
</Condition>