US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions

: US Public Health Encounter - Eve Everywoman - JSON Representation

Raw json | Download

{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter us-ph-encounter-eve-everywoman-outpatient</b></p><a name=\"us-ph-encounter-eve-everywoman-outpatient\"> </a><a name=\"hcus-ph-encounter-eve-everywoman-outpatient\"> </a><a name=\"us-ph-encounter-eve-everywoman-outpatient-en-US\"> </a><p><b>identifier</b>: <code>http://hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99202}\">Office Visit</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Eve Everywoman</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td><a href=\"PractitionerRole-us-ph-practitionerrole-henry-seven.html\">Henry Seven, MD</a></td></tr></table><p><b>period</b>: 2018-04-01 10:00:00-0500 --&gt; 2018-04-02 10:15:00-0500</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-us-ph-condition-encounter-diagnosis-diabetes.html\">Condition Diabetes mellitus (disorder)</a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-us-ph-location-salem-medical-center.html\">Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-us-ph-organization-salem-medical-center.html\">Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "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"
      }
    }
  ],
  "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"
  }
}