{

"resourceType": "Contract",
"id": "pcd-example-notThis",
"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": [
  {
    "identifier": {
      "system": "http://example.org/fhir/term-items",
      "value": "3347689"
    },
    "issued": "2015-11-01",
    "applies": {
      "start": "2015-11-18"
    },
    "type": {
      "coding": [
        {
          "system": "http://example.org/fhir/consent-term-type-codes",
          "code": "withhold-identified-object-and-related",
          "display": "Withhold the identified object and any other resources that are related to this object."
        }
      ]
    },
    "offer": {
      "topic": {
        "reference": "ServiceRequest/lipid"
      },
      "text": "Withhold this order and any results or related objects from any provider."
    }
  }
],
"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"
    }
  ]
}

}