SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. 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/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: AllergyConditionExample3-4 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "AllergyConditionExample3-4",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition AllergyConditionExample3-4</b></p><a name=\"AllergyConditionExample3-4\"> </a><a name=\"hcAllergyConditionExample3-4\"> </a><a name=\"AllergyConditionExample3-4-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}, {http://snomed.info/sct 55561003}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}, {http://snomed.info/sct 415684004}\">Unconfirmed</span></p><p><b>category</b>: <span title=\"Codes:\">encounter-diagnosis</span></p><p><b>severity</b>: <span title=\"Codes:\">moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 700095006}\">Intolerance to wheat (finding)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 5668004}\">Lower gastrointestinal tract structure (body structure)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample2.html\">Janet B. Goode (official) Female, DoB: 1988-01-06 ( Medical Record Number: 9876543210\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --&gt; (ongoing)))</a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "55561003",
        "display" : "Active (qualifier value)"
      }
    ],
    "text" : "Active"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "unconfirmed"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "415684004",
        "display" : "Suspected (qualifier value)"
      }
    ],
    "text" : "Unconfirmed"
  },
  "category" : [
    {
      "coding" : [
        {
          "code" : "encounter-diagnosis"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "code" : "moderate"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "700095006",
        "display" : "Intolerance to wheat (finding)"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "5668004",
          "display" : "Lower gastrointestinal tract structure (body structure)"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientExample2"
  }
}