{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Observation-ForLIS-AntimicrobialAgent",
  "name": "Observation-ForLIS-AntimicrobialAgent",
  "status": "active",
  "experimental": false,
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Observation-ForLIS",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Observation.code.coding.display",
        "mustSupport": true
      },
      {
        "id": "Observation.related",
        "path": "Observation.related",
        "max": "0"
      },
      {
        "id": "Observation.component.extension:qualifier",
        "path": "Observation.component.extension",
        "sliceName": "qualifier",
        "short": "The .component.qualifier should be used to enhance the semantic interpretation of the value.",
        "definition": "When the .component.qualifier does not add any useful information it could be empty.\r\nThe qualifier must be set to define the property of results that either:\r\n- have same datatype (i.e. two datatype of String that adds note for test and note for result) in order to preserve a classification of the clinical data for further use like filling a document layout \r\n- represent a specific semantic interpretation like antibiotic susceptibility test."
      },
      {
        "id": "Observation.component.code.coding",
        "path": "Observation.component.code.coding",
        "mustSupport": true
      },
      {
        "id": "Observation.component.interpretation",
        "path": "Observation.component.interpretation",
        "mustSupport": true
      },
      {
        "id": "Observation.component.referenceRange",
        "path": "Observation.component.referenceRange",
        "mustSupport": true
      }
    ]
  }
}