{
  "resourceType": "StructureDefinition",
  "id": "rdc-GuidanceResponse",
  "url": "https://roche.com/fhir/iop/StructureDefinition/rdc-GuidanceResponse",
  "name": "RdcGuidanceResponse",
  "title": "RDC GuidanceResponse",
  "status": "draft",
  "publisher": "F. Hoffmann-La Roche AG",
  "description": "RDC GuidanceResponse profile for formal responses to a guidance request.",
  "purpose": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "GuidanceResponse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "GuidanceResponse.requestIdentifier",
        "path": "GuidanceResponse.requestIdentifier",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.identifier",
        "path": "GuidanceResponse.identifier",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.encounter",
        "path": "GuidanceResponse.encounter",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.occurrenceDateTime",
        "path": "GuidanceResponse.occurrenceDateTime",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.performer",
        "path": "GuidanceResponse.performer",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.note",
        "path": "GuidanceResponse.note",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.evaluationMessage",
        "path": "GuidanceResponse.evaluationMessage",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.outputParameters",
        "path": "GuidanceResponse.outputParameters",
        "max": "0"
      },
      {
        "id": "GuidanceResponse.dataRequirement",
        "path": "GuidanceResponse.dataRequirement",
        "max": "0"
      }
    ]
  }
}