CMS ACCESS Model API
0.9.8 - draft US

This page is part of the ACCESS Model IG v0.9.8 DRAFT (v0.9.8: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Condition Example - Osteoarthritis

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="ConditionOsteoarthritisExample"/>
  <meta>
    <profile
             value="https://dsacms.github.io/cmmi-access-model/StructureDefinition/access-msk-condition"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">Unspecified osteoarthritis, unspecified site</div>
  </text>
  <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>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="M19.90"/>
      <display value="Unspecified osteoarthritis, unspecified site"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
  </subject>
  <onsetDateTime value="2021-11-05"/>
</Condition>