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 Encounter Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "CDMEncounterExample",
  "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-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"CDMEncounterExample\"> </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 Encounter \"CDMEncounterExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-encounter.html\">CDM Encounter</a></p></div><p><b>Claim Type</b>: Financial information coming from the clinical data set <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-payer-claim-type.html\">Payer Claim Type Codes</a>#financial)</span></p><p><b>identifier</b>: Source System Row Identifier: e17be8c4-07be-43d2-a53c-9487881f6f70(use: OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Patient-initiated encounter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#270427003)</span></p><p><b>serviceType</b>: 367 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#367)</span></p><p><b>priority</b>: routine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ActPriority.html\">ActPriority</a>#R)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td>primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></td><td>2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</td><td><a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</td></tr></table><p><b>appointment</b>: <a href=\"Appointment-AppointmentExample.html\">Appointment/AppointmentExample</a></p><p><b>period</b>: 2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</p><p><b>reasonCode</b>: Benign essential hypertension <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1201005)</span></p><p><b>reasonReference</b>: <a href=\"Procedure-CDMProcedureExample.html\">Procedure/CDMProcedureExample</a></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td><td><b>Use</b></td><td><b>Rank</b></td></tr><tr><td>*</td><td><a href=\"Condition-CDMConditionExample.html\">Condition/CDMConditionExample</a></td><td>Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-diagnosis-role.html\">DiagnosisRole</a>#billing)</span></td><td>1</td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>PhysicalType</b></td><td><b>Period</b></td></tr><tr><td>*</td><td><a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</td><td>completed</td><td>Building <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-location-physical-type.html\">Location type</a>#bu)</span></td><td>2020-04-15 09:00:00+0000 --&gt; 2020-04-15 09:15:00+0000</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-GeneralHospital.html\">Organization/GeneralHospital</a> \"General Hospital\"</p></div>"
  },
  "extension" : [
    {
      "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/claim-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-claim-type",
            "code" : "financial"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/emr1/encounter",
      "value" : "e17be8c4-07be-43d2-a53c-9487881f6f70",
      "assigner" : {
        "display" : "Acme Health - EMR1"
      }
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "270427003",
          "display" : "Patient-initiated encounter"
        }
      ]
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.4.642.3.518",
        "code" : "367"
      }
    ]
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R",
        "display" : "routine"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/CDMPatientInstance"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "period" : {
        "start" : "2020-04-15T09:00:00Z",
        "end" : "2020-04-15T09:15:00Z"
      },
      "individual" : {
        "reference" : "Practitioner/DrKelly"
      }
    }
  ],
  "appointment" : [
    {
      "reference" : "Appointment/AppointmentExample"
    }
  ],
  "period" : {
    "start" : "2020-04-15T09:00:00Z",
    "end" : "2020-04-15T09:15:00Z"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1201005",
          "display" : "Benign essential hypertension"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      "extension" : [
        {
          "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/reference-sequence",
          "valuePositiveInt" : 1
        }
      ],
      "reference" : "Procedure/CDMProcedureExample"
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        "reference" : "Condition/CDMConditionExample"
      },
      "use" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code" : "billing",
            "display" : "Billing"
          }
        ]
      },
      "rank" : 1
    }
  ],
  "location" : [
    {
      "location" : {
        "reference" : "Location/KellyClinic"
      },
      "status" : "completed",
      "physicalType" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code" : "bu",
            "display" : "Building"
          }
        ]
      },
      "period" : {
        "start" : "2020-04-15T09:00:00Z",
        "end" : "2020-04-15T09:15:00Z"
      }
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/GeneralHospital"
  }
}