careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0). See the Directory of published versions

: CaremeshEndpointExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "CaremeshEndpointExample",
  "meta" : {
    "lastUpdated" : "2017-01-01T00:00:00Z",
    "profile" : [
      "http://fhir.caremesh.app/StructureDefinition/caremesh-Endpoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Endpoint</b><a name=\"CaremeshEndpointExample\"> </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 Endpoint &quot;CaremeshEndpointExample&quot; Updated &quot;2017-01-01 00:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-caremesh-Endpoint.html\">careMESH Endpoint</a></p></div><p><b>status</b>: active</p><p><b>connectionType</b>: Direct Project (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code direct-project = 'Direct Project', stated as 'null')</p><p><b>name</b>: agamemnon@direct.mycenae.gov</p><p><b>payloadType</b>: Not Applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/STU1.1/CodeSystem-EndpointPayloadTypeCS.html\">Endpoint Payload Types</a>#NA)</span></p><p><b>address</b>: <code>agamemnon@direct.mycenae.gov</code></p></div>"
  },
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "direct-project"
  },
  "name" : "agamemnon@direct.mycenae.gov",
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointPayloadTypeCS",
          "code" : "NA"
        }
      ]
    }
  ],
  "address" : "agamemnon@direct.mycenae.gov"
}