US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

This page is part of the US Behavioral Health Profiles (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: pcp-encounter-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "pcp-encounter-example-4",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter pcp-encounter-example-4</b></p><a name=\"pcp-encounter-example-4\"> </a><a name=\"hcpcp-encounter-example-4\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-encounter.html\">US Core Encounter Profileversion: null6.1.0)</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/40005104253\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 737470001}\">Primary care encounter</span></p><p><b>subject</b>: <a href=\"Patient-bh-patient-example.html\">James Wolff</a></p><p><b>period</b>: 2024-02-15 12:02:00-0500 --&gt; 2024-02-15 12:32:00-0500</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value" : "40005104253"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "737470001",
          "display" : "Primary care management (procedure)"
        }
      ],
      "text" : "Primary care encounter"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/bh-patient-example",
    "display" : "James Wolff"
  },
  "period" : {
    "start" : "2024-02-15T12:02:00-05:00",
    "end" : "2024-02-15T12:32:00-05:00"
  }
}