{
  "resourceType": "StructureDefinition",
  "id": "recorder",
  "url": "http://hl7.org.au/fhir/StructureDefinition/recorder",
  "version": "1.1.0",
  "name": "Recorder",
  "title": "Recorder",
  "status": "draft",
  "publisher": "Health Level Seven Australia",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This pre-adopts (from R4) the recorder element for the Condition resource which identifies who recorded this record and is responsible for its content.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Condition"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "draft"
          }
        ],
        "path": "Extension",
        "short": "Who recorded the record",
        "definition": "Individual who recorded the record and takes responsibility for its content.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org.au/fhir/StructureDefinition/recorder"
      },
      {
        "id": "Extension.valueReference:valueReference",
        "path": "Extension.value[x]",
        "sliceName": "valueReference",
        "short": "Who recorded the record",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
          }
        ]
      }
    ]
  }
}