Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.5.0: R1 Draft) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

Example: ValueSet-reason-not-given

Formats: XML, JSON, Turtle

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "reason-not-given",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2017-02-21T10:54:35.273+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Reason Vaccine Not Given</h2><div><p>Reason Vaccine Not Given</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://www.snomed.org/"><code>http://snomed.info/sct</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=397745006">397745006</a></td><td>Medical contraindication</td><td/></tr></table></li><li/><li>Import all the codes that are contained in <a href="http://hl7.org/fhir/STU3/valueset-no-immunization-reason.html">http://hl7.org/fhir/ValueSet/no-immunization-reason</a></li></ul></div>"
  },
  "url" : "http://hl7.org.au/fhir/ValueSet/reason-not-given",
  "name" : "Reason Vaccine Not Given",
  "status" : "draft",
  "date" : "2018-03-12T22:39:32+11:00",
  "publisher" : "Health Level Seven Australia",
  "contact" : [
    {
      "name" : "hl7.org.au"
    }
  ],
  "description" : "Reason Vaccine Not Given",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "397745006"
          }
        ]
      },
      {
        "valueSet" : [
          "http://hl7.org/fhir/ValueSet/no-immunization-reason"
        ]
      }
    ]
  }
}