Implementation Guide
25.0.0 - R4 APIs

Publish Box goes here

: Example Encounter - Example4 - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "Example4",
  "meta" : {
    "lastUpdated" : "2023-07-31T23:26:23.650+08:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-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\">2023/07/31</span>\n                        </td>\n                        <td width=\"25%\"> -- \n                            <a href=\"Practitioner/1225652472001060\">Practitioner/Example1</a>\n                            <span> 2023/07/31</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "RI",
            "display" : "Resource Identifier"
          }
        ],
        "text" : "Resource Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/EncounterId/1000-4-9390",
      "value" : "420"
    }
  ],
  "status" : "in-progress",
  "_status" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/encounterstatus",
          "code" : "2",
          "display" : "In progress"
        }
      }
    ]
  },
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "453701000124103",
          "display" : "In-person encounter"
        },
        {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/DOCUMENTTYPE",
          "code" : "Ofc-Visit"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R",
        "display" : "routine"
      }
    ],
    "text" : "routine"
  },
  "subject" : {
    "reference" : "Patient/2006461940336840"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ],
          "text" : "primary performer"
        }
      ],
      "period" : {
        "start" : "2023-07-31T23:24:00+08:00",
        "end" : "2023-07-31T23:24:00+08:00"
      },
      "individual" : {
        🔗 "reference" : "Practitioner/Example1"
      }
    }
  ],
  "period" : {
    "start" : "2023-07-31T23:24:00+08:00",
    "end" : "2023-07-31T23:24:00+08:00"
  },
  "hospitalization" : {
    "dischargeDisposition" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code" : "oth",
          "display" : "Other"
        }
      ],
      "text" : "Other"
    }
  }
}