Smart Health Checks
0.3.0 - ci-build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

: fever-pat-sf - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "fever-pat-sf",
  "meta" : {
    "profile" : [
      🔗 "https://smartforms.csiro.au/ig/StructureDefinition/SHCCondition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition fever-pat-sf</b></p><a name=\"fever-pat-sf\"> </a><a name=\"hcfever-pat-sf\"> </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-SHCCondition.html\">Smart Health Checks Condition</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</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>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 63993003}\">Remittent fever</span></p><p><b>subject</b>: <a href=\"Patient-pat-sf.html\">Clever Form Female, DoB: 1968-10-11 ( Medicare Number:\u00a069514496771\u00a0(,\u00a0period:\u00a0(?) --&gt; 2024-08))</a></p><p><b>onset</b>: 2015-02-11 00:00:00+0000</p><p><b>recordedDate</b>: 2015-02-12</p><p><b>recorder</b>: <a href=\"Practitioner-primary-peter.html\">Practitioner Peter Primary </a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ],
    "text" : "Confirmed"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "63993003",
        "display" : "Remittent fever"
      }
    ],
    "text" : "Remittent fever"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-sf"
  },
  "onsetDateTime" : "2015-02-11T00:00:00.000Z",
  "recordedDate" : "2015-02-12",
  "recorder" : {
    🔗 "reference" : "Practitioner/primary-peter"
  }
}