{
  "resourceType": "StructureDefinition",
  "id": "pbs-sponsor",
  "url": "http://hl7.org.au/fhir/StructureDefinition/pbs-sponsor",
  "version": "1.1.0",
  "name": "PBSSponsor",
  "title": "PBS Sponsor",
  "status": "draft",
  "date": "2018-10-03",
  "publisher": "Health Level Seven Australia (Medications WG)",
  "description": "This extension applies to the Medication resource and is defining organisation administration details structure including core localisation concepts for use as a PBS sponsor in an Australian context. A PBS sponsor is an organisation with a PBS-assigned code responsible for the supply of medication.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Medication"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "PBS sponsor",
        "definition": "Reference to the sponsor organisation that is responsible for the supply of the medicine."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org.au/fhir/StructureDefinition/pbs-sponsor"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.value[x]",
        "sliceName": "valueReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/StructureDefinition/au-pbs-sponsor"
          }
        ]
      },
      {
        "id": "Extension.value[x]:valueReference.identifier",
        "path": "Extension.value[x].identifier",
        "min": 1
      },
      {
        "id": "Extension.value[x]:valueReference.identifier.system",
        "path": "Extension.value[x].identifier.system",
        "short": "PBS sponsor identifier URI",
        "min": 1,
        "fixedUri": "http://pbs.gov.au/code/manufacturer"
      },
      {
        "id": "Extension.value[x]:valueReference.identifier.value",
        "path": "Extension.value[x].identifier.value",
        "min": 1
      },
      {
        "id": "Extension.value[x]:valueReference.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Extension.value[x].display",
        "short": "Manufacturer supplier name of organisation"
      }
    ]
  }
}