SQL on FHIR
2.1.0-pre - release International flag

SQL on FHIR, published by SQL on FHIR Working Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions

: ExampleCondition2 - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition 2</b></p><a name=\"2\"> </a><a name=\"hc2\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</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://snomed.info/sct 38341003}\">Hypertensive disorder</span></p><p><b>subject</b>: <a href=\"Patient-2.html\">Yolotzin Adel Bristow (official) Male, DoB Unknown</a></p><p><b>encounter</b>: <a href=\"Encounter-2.html\">Encounter: status = completed; class = emergency; type = emergency; actualPeriod = 2020-01-02 14:00:00+0000 --&gt; 2020-01-03 08:00:00+0000</a></p><p><b>onset</b>: 2020-01-02 00:00:00+0000</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "resolved",
        "display" : "Resolved"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "38341003",
        "display" : "Hypertensive disorder"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/2"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/2"
  },
  "onsetDateTime" : "2020-01-02T00:00:00Z"
}