Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: Encounter Diagnosis Example 1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "encounter-diagnosis-example1",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Encounter Diagnosis Example 1"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This example of a US Core Condition Encounter Diagnosis Profile illustrates its use to capture information about a patient's encounter diagnosis."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis"
    ]
  },
  "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><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=\"http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profile</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=\"http://hl7.org/fhir/us/core/STU9/Patient-example.html\">Amy Shaw</a></p><p><b>encounter</b>: <a href=\"http://hl7.org/fhir/us/core/STU9/Encounter-example-1.html\">Encounter: extension = Yes (SNOMED CT[US]#373066001); status = completed; class = ambulatory; 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</a></p><p><b>recordedDate</b>: 2015-11-01</p><p><b>recorder</b>: <a href=\"http://hl7.org/fhir/us/core/STU9/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-simple-wound-example.html\">Wound observation</a></td></tr></table></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"
  },
  "evidence" : [
    {
      "detail" : [
        {
          🔗 "reference" : "Observation/simple-wound-example",
          "display" : "Wound observation"
        }
      ]
    }
  ]
}