Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Procedure Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "Example1",
  "meta" : {
    "versionId" : "1921985388004730",
    "lastUpdated" : "2020-11-26T04:51:41.000+05:30",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-procedure-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/Location/TEST-002",
        "code" : "Example1"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Removed",
        "display" : "Removed"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pen",
        "display" : "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\">Coronary artery stent (92980 CPT)</span>\n                        </td>\n                        <td width=\"8%\">\n                            <span class=\"text-muted\">2020/11/26</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "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/ORDERNUM/TEST-002",
      "value" : "9-1"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/Example1"
    }
  ],
  "status" : "completed",
  "_status" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/procedurestatus",
          "code" : "C",
          "display" : "Complete"
        }
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://www.ama-assn.org/go/cpt",
        "code" : "92980"
      }
    ],
    "text" : "Coronary artery stent"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Example1"
  },
  "performedDateTime" : "2020-11-26T04:49:48+05:30",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/Example1"
      }
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/Example1"
    }
  ],
  "note" : [
    {
      "text" : "\nsample comments"
    }
  ]
}