{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/procedure-consent-profile",
  "name": "ProcedureConsent",
  "title": "处置知情同意",
  "status": "draft",
  "date": "2022-05-12T22:19:47.4280329+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.scope",
        "path": "Consent.scope",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/consentscope",
              "version": "4.0.1",
              "code": "treatment",
              "display": "Treatment"
            }
          ]
        }
      },
      {
        "id": "Consent.category",
        "path": "Consent.category",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "59284-0",
              "display": "Patient Consent"
            }
          ]
        }
      },
      {
        "id": "Consent.provision",
        "path": "Consent.provision",
        "max": "0"
      }
    ]
  }
}