{
  "resourceType" : "Composition",
  "id" : "ex-composition-anne",
  "meta" : {
    "profile" : ["http://digitalhealth.gov.au/fhir/cnd/StructureDefinition/cnd-composition"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition ex-composition-anne</b></p><a name=\"ex-composition-anne\"> </a><a name=\"hcex-composition-anne\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cnd-composition.html\">CND Composition</a></p></div><blockquote><p><b>Information Recipient Extension</b></p><ul><li>type: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRCP}\">primary information recipient</span></li><li>party: <a href=\"Organization-ex-organization-sunshine-rh.html\">Organization Sunshine Residential Home</a></li></ul></blockquote><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1 100.32054}\">Aged Care Clinical Notes</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 107903-7}\">Clinical note</span></p><p><b>date</b>: 2025-03-17 08:39:24+1000</p><p><b>author</b>: <a href=\"PractitionerRole-ex-practitionerrole-helen-bobrester.html\">PractitionerRole General practitioner</a></p><p><b>title</b>: Progress Note for Mrs. Anne Thompson</p><p><b>custodian</b>: <a href=\"Organization-ex-organization-bobrester.html\">Organization Bobrester Medical Center</a></p></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "type",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code" : "PRCP",
          "display" : "primary information recipient"
        }]
      }
    },
    {
      "url" : "party",
      "valueReference" : {
        "reference" : "Organization/ex-organization-sunshine-rh"
      }
    }],
    "url" : "http://hl7.org/fhir/uv/fhir-clinical-document/StructureDefinition/information-recipient-extension"
  }],
  "status" : "final",
  "type" : {
    "coding" : [{
      "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1",
      "code" : "100.32054"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "107903-7",
      "display" : "Clinical note"
    }]
  }],
  "subject" : {
    "reference" : "Patient/ex-patient-anne"
  },
  "date" : "2025-03-17T08:39:24+10:00",
  "author" : [{
    "reference" : "PractitionerRole/ex-practitionerrole-helen-bobrester"
  }],
  "title" : "Progress Note for Mrs. Anne Thompson",
  "custodian" : {
    "reference" : "Organization/ex-organization-bobrester"
  },
  "section" : [{
    "title" : "Note Narrative",
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "61149-1"
      }]
    },
    "text" : {
      "status" : "additional",
      "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder section text.. patient seems to have high blood pressure so I am attaching some education materials from heart foundation</div>"
    },
    "entry" : [{
      "reference" : "DocumentReference/ex-documentreference-blood-pressure"
    }]
  },
  {
    "title" : "Medications",
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "10160-0"
      }]
    },
    "text" : {
      "status" : "additional",
      "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">During the visit Dr Mayo ordered rosuvastatin during the visit.. this is not a prescription but a record of it.</div>"
    },
    "entry" : [{
      "reference" : "MedicationStatement/ex-medicationstatement-rosuvastatin-anne"
    }]
  }]
}