LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Procedure Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "CDMProcedureExample",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "99999"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "b069a545-9506-40c6-8498-23de2e189143"
      }
    ],
    "source" : "http://acme-health.com/emr1",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"CDMProcedureExample\"> </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 Procedure \"CDMProcedureExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-procedure.html\">CDM Procedure</a></p></div><p><b>identifier</b>: Source System Row Identifier: 3c4c3b81-07d2-434a-8696-0d5f325b6519(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>category</b>: Diagnostic procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103693007)</span></p><p><b>code</b>: Clinical examination <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#5880005)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p><p><b>encounter</b>: <a href=\"Encounter-CDMEncounterExample.html\">Encounter/CDMEncounterExample</a></p><p><b>performed</b>: 2020-01-06 10:30:00+0000</p><p><b>recorder</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><p><b>asserter</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Function</b></td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td>*</td><td>General physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#59058001)</span></td><td><a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</td><td><a href=\"Organization-GeneralHospital.html\">Organization/GeneralHospital</a> \"General Hospital\"</td></tr></table><p><b>location</b>: <a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</p><p><b>reasonCode</b>: Closed reduction of dislocation of foot and toe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1119007)</span></p><p><b>bodySite</b>: Structure of metatarsal region of foot <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1484003)</span></p><p><b>outcome</b>: Successful <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385669000)</span></p><p><b>complication</b>: Blister of foot without infection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1525003)</span></p><p><b>note</b>: Patient complained of pain in foot. Slight fracture suspected.  None found.  Blister looks fine, no infection. (By Practitioner/DrKelly @Jan 6, 2020, 10:45:00 AM)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/emr1/procedure",
      "value" : "3c4c3b81-07d2-434a-8696-0d5f325b6519",
      "assigner" : {
        "display" : "Acme Health - EMR1"
      }
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "103693007",
        "display" : "Diagnostic procedure"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "5880005",
        "display" : "Clinical examination"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/CDMPatientInstance"
  },
  "encounter" : {
    "reference" : "Encounter/CDMEncounterExample"
  },
  "performedDateTime" : "2020-01-06T10:30:00Z",
  "recorder" : {
    "reference" : "Practitioner/DrKelly"
  },
  "asserter" : {
    "reference" : "Practitioner/DrKelly"
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "59058001",
            "display" : "General physician"
          }
        ]
      },
      "actor" : {
        "reference" : "Practitioner/DrKelly"
      },
      "onBehalfOf" : {
        "reference" : "Organization/GeneralHospital"
      }
    }
  ],
  "location" : {
    "reference" : "Location/KellyClinic"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1119007",
          "display" : "Closed reduction of dislocation of foot and toe"
        }
      ]
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1484003",
          "display" : "Structure of metatarsal region of foot"
        }
      ]
    }
  ],
  "outcome" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385669000",
        "display" : "Successful"
      }
    ]
  },
  "complication" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1525003",
          "display" : "Blister of foot without infection"
        }
      ]
    }
  ],
  "note" : [
    {
      "authorReference" : {
        "reference" : "Practitioner/DrKelly"
      },
      "time" : "2020-01-06T10:45:00Z",
      "text" : "Patient complained of pain in foot. Slight fracture suspected.  None found.  Blister looks fine, no infection."
    }
  ]
}