FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ph-library.r4
Resource TypeEncounter
IdEncounter-us-ph-encounter-eve-everywoman-outpatient.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter us-ph-encounter-eve-everywoman-outpatient

identifier: http://example.org/hospital-smarthealthit/9937012

status: Finished

class: ActCode AMB: ambulatory

type: Office Visit

subject: Eve Everywoman

Participants

-TypeIndividual
*attenderHenry Seven, MD

period: 2018-04-01 10:00:00-0500 --> 2018-04-02 10:15:00-0500

Diagnoses

-ConditionUse
*Condition Diabetes mellitus (disorder)Chief complaint

Locations

-Location
*Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999

serviceProvider: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999


Source1

{
  "resourceType": "Encounter",
  "id": "us-ph-encounter-eve-everywoman-outpatient",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/hospital-smarthealthit",
      "value": "9937012"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://www.ama-assn.org/go/cpt",
          "code": "99202"
        }
      ],
      "text": "Office Visit"
    }
  ],
  "subject": {
    "reference": "Patient/us-ph-patient-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/us-ph-practitionerrole-henry-seven",
        "display": "Henry Seven, MD"
      }
    }
  ],
  "period": {
    "start": "2018-04-01T10:00:00-05:00",
    "end": "2018-04-02T10:15:00-05:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/us-ph-condition-encounter-diagnosis-diabetes"
      },
      "use": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "CC"
          }
        ]
      }
    }
  ],
  "location": [
    {
      "location": {
        "reference": "Location/us-ph-location-salem-medical-center",
        "display": "Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/us-ph-organization-salem-medical-center",
    "display": "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
  }
}