Te Whatu Ora Shared Care FHIR API
0.4.0 - release New Zealand flag

Te Whatu Ora Shared Care FHIR API, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/cinc-fhir-ig/ and changes regularly. See the Directory of published versions

: DocumentReferenceExample - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2022-09-20T02:23:35.662Z",
    "profile" : [
      🔗 "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/StructureDefinition/ManaakiNgaTahiDocumentReference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference </b><a name=\"DocumentReferenceExample\"> </a><a name=\"hcDocumentReferenceExample\"> </a></p><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\">ResourceDocumentReference &quot;DocumentReferenceExample&quot; Version&quot;1&quot; Updated&quot;2022-09-20 02:23:35+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiDocumentReference.html\">ManaakiNgaTahiDocumentReference</a></p></div><p><b>status</b>: current</p><p><b>docStatus</b>: preliminary</p><p><b>type</b>: Encounter note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#866144008)</span></p><p><b>subject</b>: <span>: Carey Carrington</span></p><p><b>date</b>: Dec 23, 2005, 10:43:41\u202fPM</p><p><b>author</b>: <span>: Dottie McStuffins</span></p><p><b>description</b>: A note generated during an Encounter</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Data</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/markdown</td><td>en-nz</td><td>(base64 data - 89 bytes)</td><td>Telephone Encounter Notes</td><td>2023-08-01 09:35:00+1100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-EncounterExample.html\">Encounter/EncounterExample</a></td></tr></table></div>"
  },
  "status" : "current",
  "docStatus" : "preliminary",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "866144008",
        "display" : "Encounter note"
      }
    ]
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZXP7823"
    },
    "display" : "Carey Carrington"
  },
  "date" : "2005-12-24T09:43:41+11:00",
  "author" : [
    {
      "type" : "Practitioner",
      "identifier" : {
        "use" : "official",
        "system" : "https://standards.digital.health.nz/ns/hpi-person-id",
        "value" : "99ZZFX"
      },
      "display" : "Dottie McStuffins"
    }
  ],
  "description" : "A note generated during an Encounter",
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/markdown",
        "language" : "en-nz",
        "data" : "IyBQYXRpZW50IEVuY291bnRlciBOb3RlcwoKIyMgMjAyMy0wOC0wMgoKLSBEaXNjdXNzZWQgY29uZGl0aW9uCi0gT3RhaW5lZCBjb25zZW50IAotIGV0Yy4=",
        "title" : "Telephone Encounter Notes",
        "creation" : "2023-08-01T09:35:00+11:00"
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        🔗 "reference" : "Encounter/EncounterExample"
      }
    ]
  }
}