{
  "resourceType" : "Observation",
  "id" : "PRStatus",
  "meta" : {
    "profile" : ["http://canshare.co.nz/fhir/StructureDefinition/an-pr-status"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">PR Status</div>"
  },
  "identifier" : [{
    "system" : "http://canshare.co.nz/identifiers",
    "value" : "pr"
  }],
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct/21000210109",
      "code" : "445029000"
    }]
  },
  "subject" : {
    "reference" : "Patient/exPatient"
  },
  "effectiveDateTime" : "2020-01-01",
  "performer" : [{
    "reference" : "Practitioner/exPractitioner"
  }],
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://snomed.info/sct/21000210109",
      "code" : "416561008",
      "display" : "Progesterone receptor positive tumor (disorder)"
    }]
  }
}