US Core Implementation Guide
8.0.0 - STU 8 United States of America flag

This page is part of the US Core (v8.0.0: STU8) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions. Page versions: R8 R7 R6 R5

: Encounter Diagnosis Example 1 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "encounter-diagnosis-example1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|8.0.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition encounter-diagnosis-example1</b></p><a name=\"encounter-diagnosis-example1\"> </a><a name=\"hcencounter-diagnosis-example1\"> </a><a name=\"encounter-diagnosis-example1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profileversion: null8.0.0)</a></p></div><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 39065001}, {http://hl7.org/fhir/sid/icd-10-cm T20.21}\">Burnt Ear</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>encounter</b>: <a href=\"Encounter-example-1.html\">Encounter: extension = Yes (qualifier value) (SNOMED CT#373066001); status = finished; class = ambulatory (ActCode#AMB); type = Office or other outpatient visit for the evaluation and management of an established patient that may not require the presence of a physician or other qualified health care professional; period = 2015-11-01 17:00:14-0500 --&gt; 2015-11-01 18:00:14-0500</a></p><p><b>recordedDate</b>: 2015-11-01</p><p><b>recorder</b>: <a href=\"Practitioner-practitioner-1.html\">Dr Ronald Bone</a></p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/731000124108",
        "code" : "39065001",
        "display" : "Burn of ear"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "T20.21",
        "display" : "Burn of second degree of ear [any part, except ear drum]"
      }
    ],
    "text" : "Burnt Ear"
  },
  "subject" : {
    🔗 "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-1"
  },
  "recordedDate" : "2015-11-01",
  "recorder" : {
    🔗 "reference" : "Practitioner/practitioner-1",
    "display" : "Dr Ronald Bone"
  }
}