{
  "resourceType": "DocumentReference",
  "id": "ncdhc-documentreference-clinical-notes-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-10-31T00:00:00Z",
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-documentreference-clinical-notes"
    ]
  },
  "masterIdentifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:uuid:0h4151bd-1cbf-4d64-b09d-cd9187a4c6e1"
  },
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-hi-type-1",
        "code": "ANTVSTPRGRSNT",
        "display": "Antenatal Visit Progress Note"
      }
    ],
    "text": "Antenatal Visit Progress Note"
  },
  "class": {
    "coding": [
      {
        "system": "http://hl7.org.au/fhir/ch/v1/CodeSystem/ncdhc-document-class-1",
        "code": "CLNNT",
        "display": "Clinical Note"
      }
    ],
    "text": "Clinical Note"
  },
  "subject": {
    "reference": "Patient/ncdhc-patient-expectant-mother-example",
    "display": "Eve Bill"
  },
  "created": "2019-12-23",
  "indexed": "2019-12-23T12:30:02Z",
  "author": [
    {
      "reference": "Practitioner/examiner-practitioner",
      "display": "Dr. Adam Dev"
    }
  ],
  "description": "Antenatal Visit Progress Notes recorded at 2019-12-23.",
  "securityLabel": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v3/Confidentiality",
          "code": "N",
          "display": "normal"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "text/plain",
        "language": "en-AU",
        "data": "VGhpcyBpcyBhIHNhbXBsZSBDbGluaWNhIE5vdGU="
      }
    }
  ],
  "context": {
    "encounter": {
      "reference": "Encounter/ncdhc-dphr-encounter-example"
    },
    "period": {
      "start": "2019-12-23T08:00:00+11:00",
      "end": "2019-12-23T08:01:00+11:00"
    }
  }
}