Smart Forms
0.1.0 - ci-build

This page is part of the Smart Forms (v0.1.0-draft: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Medical History - JSON Representation

Draft as of 2024-02-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "MedicalHistory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where constraint  =  ^32570581000036105|Problem/Diagnosis reference set| OR ^32570141000036105|Procedure foundation reference set|</li></ul></div>"
  },
  "url" : "https://smartforms.csiro.au/ig/ValueSet/MedicalHistory",
  "version" : "0.1.0",
  "name" : "MedicalHistory",
  "title" : "Medical History",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-02-15T12:17:00+10:00",
  "publisher" : "AEHRC CSIRO",
  "contact" : [
    {
      "name" : "AEHRC CSIRO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2"
        }
      ]
    }
  ],
  "description" : "The Medical History value set includes values that may be used to represent medical history, operations and hospital admissions.",
  "copyright" : "CSIRO © 2022+; Licensed under Apache License, Version 2.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "constraint",
            "op" : "=",
            "value" : "^32570581000036105|Problem/Diagnosis reference set| OR ^32570141000036105|Procedure foundation reference set|"
          }
        ]
      }
    ]
  }
}