FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/PresenceValues

Packageagha.fhir.genclipr
TypeValueSet
IdPresenceValues
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/ValueSet/PresenceValues
URLhttp://aehrc.github.io/genclipr-fhir-ig/ValueSet/PresenceValues
Version0.1.0
Statusactive
Date2022-03-21T00:46:36+00:00
NamePresenceValues
TitlePresence Value Set
DescriptionPresence / absence values from SNOMED CT.
Copyright[Australian Genomics](https://www.australiangenomics.org.au)

Resources that use this resource

StructureDefinition
FindingFinding

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "ValueSet",
  "id": "PresenceValues",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://aehrc.github.io/genclipr-fhir-ig/ValueSet/PresenceValues",
  "version": "0.1.0",
  "name": "PresenceValues",
  "title": "Presence Value Set",
  "status": "active",
  "date": "2022-03-21T00:46:36+00:00",
  "publisher": "The Australian e-Health Research Centre",
  "contact": [
    {
      "name": "The Australian e-Health Research Centre",
      "telecom": [
        {
          "system": "url",
          "value": "https://aehrc.com"
        },
        {
          "system": "email",
          "value": "ontoserver-support@csiro.au"
        }
      ]
    }
  ],
  "description": "Presence / absence values from SNOMED CT.",
  "copyright": "[Australian Genomics](https://www.australiangenomics.org.au)",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "52101004",
            "display": "Present"
          },
          {
            "code": "2667000",
            "display": "Absent"
          },
          {
            "code": "385660001",
            "display": "Not done"
          },
          {
            "code": "373068000",
            "display": "Undetermined"
          }
        ]
      }
    ]
  }
}