MediRecords FHIR Implementation Guide
1.4.1 - release


: Example Document Reference In with no attachment - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "b3e2c87b-02ec-4ce0-afd0-eede2d0b3204",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-documentreference-in"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "U",
        "display" : "Unrestricted"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference b3e2c87b-02ec-4ce0-afd0-eede2d0b3204</b></p><a name=\"b3e2c87b-02ec-4ce0-afd0-eede2d0b3204\"> </a><a name=\"hcb3e2c87b-02ec-4ce0-afd0-eede2d0b3204\"> </a><a name=\"b3e2c87b-02ec-4ce0-afd0-eede2d0b3204-en-US\"> </a><p><b>MR DocumentReference Recipient Extension</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Dr John Smith</a></p><p><b>MR DocumentReference Title Extension</b>: Greetings, Test Message</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57133-1}\">Referral note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 51852-2}\">Letter</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>date</b>: 2021-11-17 14:56:18+0000</p><p><b>author</b>: Allied Health External Clinic</p><p><b>authenticator</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Dr John Smith</a></p><p><b>custodian</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Healthy Live Clinic</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Size</b></td></tr><tr><td style=\"display: none\">*</td><td>0</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-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000; reasonCode = </a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-document-ref-recipient-extn",
      "valueReference" : {
        🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
        "display" : "Dr John Smith"
      }
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-document-ref-title-extn",
      "valueString" : "Greetings, Test Message"
    }
  ],
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "57133-1",
        "display" : "Referral note"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "51852-2",
          "display" : "Letter"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "date" : "2021-11-17T14:56:18Z",
  "author" : [
    {
      "display" : "Allied Health External Clinic"
    }
  ],
  "authenticator" : {
    🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
    "display" : "Dr John Smith"
  },
  "custodian" : {
    🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9",
    "display" : "Healthy Live Clinic"
  },
  "content" : [
    {
      "attachment" : {
        "size" : 0
      }
    }
  ],
  "context" : {
    "encounter" : [
      {
        🔗 "reference" : "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"
      }
    ]
  }
}