{
  "resourceType": "StructureDefinition",
  "id": "eob-item-service",
  "url": "http://ns.electronichealth.net.au/fhir/v1.3.0/StructureDefinition/eob-item-service",
  "name": "EOB Item Service",
  "display": "EOB Item Service",
  "status": "active",
  "publisher": "My Health Record System",
  "contact": [
    {
	  "name": "My Health Record System project team",
      "telecom": [
        {
          "system": "email",
          "value": "mobile.enablement@health.gov.au"
        }
      ]
    }
  ],
  "date": "2016-07-12",
  "description": "A set of codes which specifies the benefit item accessed by the patient.",
  "fhirVersion": "1.4.0",
  "kind": "datatype",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "ExplanationOfBenefit.item.service"
  ],
  "baseType": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "snapshot": {
    "element": [
      {
        "path": "Extension",
        "short": "EOB Item Service",
        "definition": "A  set  of codes which specifies the benefit item accessed by the patient.",
        "comments": "My Health Record System extension to include the benefit item accessed by the patient.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ]
      },
      {
        "path": "Extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "path": "Extension.extension",
        "name": "extension",
        "short": "Extension",
        "definition": "An Extension",
        "min": 0,
        "max": "0",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ]
      },
      {
        "path": "Extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://ns.electronichealth.net.au/fhir/v1.3.0/StructureDefinition/eob-item-service"
      },
      {
        "path": "Extension.valueCoding",
        "short": "Value of extension",
        "definition": "EOB Item Service is value code type extension in ExplanationOfBenefit resource.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "A set of codes each of which specifies benefit item accessed by the patient.",
          "valueSetReference": {
            "reference": "http://ns.electronichealth.net.au/fhir/v1.3.0/ValueSet/eob-item-service"
          }
        }
      }
    ]
  },
  "differential": {
    "element": [
      {
        "path": "Extension",
        "short": "EOB Item Service",
        "definition": "A  set  of codes which specifies the benefit item accessed by the patient.",
        "comments": "My Health Record System extension to include the benefit item accessed by the patient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ]
      },
      {
        "path": "Extension.extension",
        "name": "extension",
        "max": "0"
      },
      {
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://ns.electronichealth.net.au/fhir/v1.3.0/StructureDefinition/eob-item-service"
      },
      {
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "A set of codes each of which specifies benefit item accessed by the patient.",
          "valueSetReference": {
            "reference": "http://ns.electronichealth.net.au/fhir/v1.3.0/ValueSet/eob-item-service"
          }
        }
      }
    ]
  }
}