MediRecords FHIR Implementation Guide
1.3.0 - 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><b>Generated Narrative: DocumentReference</b><a name=\"b3e2c87b-02ec-4ce0-afd0-eede2d0b3204\"> </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\">Resource DocumentReference &quot;b3e2c87b-02ec-4ce0-afd0-eede2d0b3204&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-documentreference-in.html\">MediRecords DocumentReference In</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSystem/v3-Confidentiality}\">http://terminology.hl7.org/CodeSystem/v3-Confidentiality</span></p></div><p><b>MediRecords DocumentReference Recipient Extension</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054: Dr John Smith</a> &quot; SMITH&quot;</p><p><b>MediRecords DocumentReference Title Extension</b>: Greetings, Test Message</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Referral note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#57133-1)</span></p><p><b>category</b>: Letter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51852-2)</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> &quot; GREY&quot;</p><p><b>date</b>: Nov 17, 2021, 2:56:18 PM</p><p><b>author</b>: <span>: Allied Health External Clinic</span></p><p><b>authenticator</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054: Dr John Smith</a> &quot; SMITH&quot;</p><p><b>custodian</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9: Healthy Live Clinic</a> &quot;Healthy Live Clinic&quot;</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td><td><b>Size</b></td></tr><tr><td>*</td><td>0</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Encounter</b></td></tr><tr><td>*</td><td><a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g</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"
      }
    ]
  }
}