0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Condition - Bilateral Bunions - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "CarlFredericksonBunions",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition CarlFredericksonBunions</b></p><a name=\"CarlFredericksonBunions\"> </a><a name=\"hcCarlFredericksonBunions\"> </a><p><b>identifier</b>: <code>http://shift.github.io/demo/condition-identifier</code>/BUNIONS-12347</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm M20.10}, {http://snomed.info/sct 415692008}\">Bunions, bilateral</span></p><p><b>subject</b>: <code>urn:uuid:CarlFrederickson</code></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://shift.github.io/demo/condition-identifier",
      "value" : "BUNIONS-12347"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "M20.10",
        "display" : "Hallux valgus (acquired), unspecified foot"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "415692008",
        "display" : "Swelling of first metatarsophalangeal joint of hallux (disorder)"
      }
    ],
    "text" : "Bunions, bilateral"
  },
  "subject" : {
    "reference" : "urn:uuid:CarlFrederickson"
  }
}