{

"resourceType": "Contract",
"id": "pcd-example-notThem",
"issued": "2015-11-18",
"subject": [
  {
    "reference": "Patient/f001",
    "display": "P. van de Heuvel"
  }
],
"authority": [
  {
    "reference": "Organization/3",
    "display": "Michigan Health"
  }
],
"domain": [
  {
    "reference": "Location/ukp",
    "display": "UK Pharmacies"
  }
],
"type": {
  "coding": [
    {
      "system": "http://loinc.org",
      "code": "57016-8"
    }
  ]
},
"subType": [
  {
    "coding": [
      {
        "system": "http://www.infoway-inforoute.ca.org/Consent-subtype-codes",
        "code": "Opt-In",
        "display": "Default Authorization with exceptions."
      }
    ]
  }
],
"term": [
  {
    "type": {
      "coding": [
        {
          "system": "http://example.org/fhir/consent-term-type-codes",
          "code": "withhold-from",
          "display": "Withhold all data from specified actor entity."
        }
      ]
    },
    "offer": {
      "topic": {
        "reference": "Practitioner/f204",
        "display": "Fictive Nurse"
      },
      "text": "Withhold this order and any results or related objects from specified nurse provider."
    }
  }
],
"signer": [
  {
    "type": {
      "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
      "code": "COVPTY"
    },
    "party": {
      "reference": "Patient/f001"
    },
    "signature": [
      {
        "type": [
          {
            "system": "urn:iso-astm:E1762-95:2013",
            "code": "1.2.840.10065.1.12.1.1"
          }
        ],
        "when": "2013-06-08T10:57:34-07:00",
        "who": {
          "reference": "Patient/f001"
        }
      }
    ]
  }
],
"friendly": [
  {
    "contentAttachment": {
      "title": "The terms of the consent in friendly consumer speak."
    }
  }
],
"legal": [
  {
    "contentAttachment": {
      "title": "The terms of the consent in lawyer speak."
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}