Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: Example DocumentReference - PPA-Example2 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "PPA-Example2",
  "meta" : {
    "lastUpdated" : "2002-12-07T20:10:22.000+08:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-documentref-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "New",
        "display" : "New"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pen",
        "display" : "Pen"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPen",
        "display" : "New Pen"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table width=\"100%\">\n                <caption>\n                    <a href=\"Patient/Example1\">Patient/Example1</a>\n                </caption>\n                <tbody>\n                    <tr>\n                        <td width=\"25%\">\n                            <span class=\"text-muted\"/>\n                        </td>\n                        <td width=\"8%\">\n                            <span class=\"text-muted\">2002/12/07</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "masterIdentifier" : {
    "type" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code" : "U",
          "display" : "Unspecified Identifier"
        }
      ],
      "text" : "Unspecified Identifier"
    },
    "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DocumentReferenceId/1000-4-9390",
    "value" : "PPA-1"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DocumentReferenceId/1000-4-9390",
      "value" : "PPA-Example2"
    }
  ],
  "type" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "unknown"
      }
    ]
  },
  "category" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
          "valueCode" : "unknown"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "date" : "2002-12-07T20:10:22.000+08:00",
  "custodian" : {
    "reference" : "Organization/LO-Example1"
  },
  "description" : "Insurance Card",
  "content" : [
    {
      "attachment" : {
        "contentType" : "image/jpeg",
        "language" : "en",
        "url" : "Binary/PPA-Example7"
      },
      "format" : {
        "system" : "urn:oid:1.3.6.1.4.1.19376.1.2.3",
        "code" : "urn:ihe:iti:xds:2017:mimeTypeSufficient",
        "display" : "MimeType Sufficient"
      }
    }
  ],
  "context" : {
    "sourcePatientInfo" : {
      🔗 "reference" : "Patient/Example1"
    }
  }
}