DHIS2 Example FHIR Implementation Guide
1.0.0 - ci-build International flag

DHIS2 Example FHIR Implementation Guide, published by DHIS2. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/JohanGHole/alldevs-demo-ig and changes regularly. See the Directory of published versions

Logical Model: MDAttributeValue - JSON Profile

Draft as of 2023-09-28

JSON representation of the d2-md-attribute-value logical model.

Raw json | Download


{
  "resourceType" : "StructureDefinition",
  "id" : "d2-md-attribute-value",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://dhis2.org/StructureDefinition/d2-md-attribute-value",
  "version" : "1.0.0",
  "name" : "MDAttributeValue",
  "title" : "DHIS2 Metadata: AttributeValue",
  "status" : "draft",
  "date" : "2023-09-28T13:33:49+00:00",
  "publisher" : "DHIS2",
  "contact" : [
    {
      "name" : "DHIS2",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dhis2.org"
        },
        {
          "system" : "email",
          "value" : "integration@dhis2.org"
        }
      ]
    },
    {
      "name" : "Johan Hole",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Johan@Devotta.no",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "DHIS2 Metadata: AttributeValue",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    }
  ],
  "kind" : "logical",
  "abstract" : false,
  "type" : "https://dhis2.org/StructureDefinition/d2-md-attribute-value",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "d2-md-attribute-value",
        "path" : "d2-md-attribute-value",
        "short" : "DHIS2 Metadata: AttributeValue",
        "definition" : "DHIS2 Metadata: AttributeValue",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Base",
          "min" : 0,
          "max" : "*"
        },
        "isModifier" : false
      },
      {
        "id" : "d2-md-attribute-value.attribute",
        "path" : "d2-md-attribute-value.attribute",
        "short" : "Attribute UID",
        "definition" : "Attribute UID",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "d2-md-attribute-value.attribute",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Identifier"
          }
        ]
      },
      {
        "id" : "d2-md-attribute-value.value",
        "path" : "d2-md-attribute-value.value",
        "short" : "Value of attribute",
        "definition" : "Value of attribute",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "d2-md-attribute-value.value",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "d2-md-attribute-value",
        "path" : "d2-md-attribute-value",
        "short" : "DHIS2 Metadata: AttributeValue",
        "definition" : "DHIS2 Metadata: AttributeValue"
      },
      {
        "id" : "d2-md-attribute-value.attribute",
        "path" : "d2-md-attribute-value.attribute",
        "short" : "Attribute UID",
        "definition" : "Attribute UID",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier"
          }
        ]
      },
      {
        "id" : "d2-md-attribute-value.value",
        "path" : "d2-md-attribute-value.value",
        "short" : "Value of attribute",
        "definition" : "Value of attribute",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "string"
          }
        ]
      }
    ]
  }
}