electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Encounter-eicr-encounter-diagnosis-eve-everywoman-20180401

Raw json

{
  "resourceType" : "Encounter",
  "id" : "eicr-encounter-diagnosis-eve-everywoman-20180401",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative with Details</b>
      </p>
      <p>
        <b>id</b>: eicr-encounter-eve-everywoman-20180401</p>
      <p>
        <b>meta</b>: </p>
      <p>
        <b>status</b>: generated</p>
      <p>
        <b>class</b>: ambulatory (Details: http://hl7.org/fhir/v3/ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p>
      <p>
        <b>type</b>: Office Visit 
        <span style="background: LightGoldenRodYellow">(Details : {http://www.ama-assn.org/go/cpt code '99201' = '99201)</span>
      </p>
      <p>
        <b>subject</b>: 
        <b>name</b>: Eve Everywoman 
        <b>identifier</b>: Medical Record Number = 1032702 (http://hospital.smarthealthit.org), SSN = 11-00-1234 (USUAL)</p>
      <p>
        <b>period</b>: Apr 1, 2018 10:00:00 AM --&gt; Apr 2, 2018 10:15:00 AM</p>
    </div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "value" : "9937012"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "99201"
        }
      ],
      "text" : "Office Visit"
    }
  ],
  "subject" : {
    "reference" : "Patient/ecr-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "Practitioner/ecr-practitioner-henry-seven",
        "display" : "Henry Seven, MD"
      }
    }
  ],
  "period" : {
    "start" : "2018-04-01T10:00:00-05:00",
    "end" : "2018-04-02T10:15:00-05:00"
  },
  "diagnosis" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/extension-eicr-trigger-code-flag",
          "extension" : [
            {
              "url" : "triggerCodeValueSet",
              "valueOid" : "urn:oid:2.16.840.1.114222.4.11.7508"
            },
            {
              "url" : "triggerCodeValueSetVersion",
              "valueString" : "19/05/2018"
            }
          ]
        }
      ],
      "condition" : {
        "reference" : "Condition/eicr-condition-eve-everywoman-pertussis"
      }
    },
    {
      "condition" : {
        "reference" : "Condition/eicr-condition-eve-everywoman-common-cold"
      }
    }
  ],
  "location" : [
    {
      "location" : {
        "reference" : "Location/ecr-location-salem-medical-center",
        "display" : "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
      }
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/ecr-organization-salem-medical-center",
    "display" : "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
  }
}