Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Congenital Abnormality - JSON Representation

Draft as of 2024-09-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "congenitalabnormality-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet congenitalabnormality-1</b></p><a name=\"congenitalabnormality-1\"> </a><a name=\"hccongenitalabnormality-1\"> </a><a name=\"congenitalabnormality-1-en-AU\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from 66091009 (Congenital disease)</li></ul></div>"
  },
  "url" : "http://ns.electronichealth.net.au/fhir/ValueSet/congenitalabnormality-1",
  "version" : "0.1.0",
  "name" : "CongenitalAbnormality",
  "title" : "Congenital Abnormality",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-09-12T01:44:11+00:00",
  "publisher" : "Australian Digital Health Agency",
  "contact" : [
    {
      "name" : "Australian Digital Health Agency",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:help@digitalhealth.gov.au"
        }
      ]
    }
  ],
  "description" : "The Congenital Abnormality value set includes values that cover common anomalies, including malformations, that are present at birth.     \n\nNOTE: The current filter is probably too broard.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "66091009"
          }
        ]
      }
    ]
  }
}