Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: AppointmentPartcipantIdentifier - JSON Representation

Draft as of 2022-08-17

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "AppointmentPartcipantIdentifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"AppointmentPartcipantIdentifier\"> </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 SearchParameter \"AppointmentPartcipantIdentifier\" </p></div><p><b>url</b>: <code>https://ancode.app/fhir/SearchParameter/AppointmentPartcipantIdentifier</code></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: AppointmentPartcipantIdentifier</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2022-08-17</p><p><b>publisher</b>: Ancode</p><p><b>contact</b>: <a href=\"https://ancode.app\">https://ancode.app</a></p><p><b>description</b>: Appointment Partcipant Identifier</p><p><b>code</b>: partcipantIdentifier</p><p><b>base</b>: Appointment</p><p><b>type</b>: token</p><p><b>expression</b>: Appointment.partcipant.actor.identifier</p><p><b>xpathUsage</b>: normal</p><p><b>multipleOr</b>: false</p><p><b>multipleAnd</b>: false</p></div>"
  },
  "url" : "https://ancode.app/fhir/SearchParameter/AppointmentPartcipantIdentifier",
  "version" : "0.2.0",
  "name" : "AppointmentPartcipantIdentifier",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-08-17",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Appointment Partcipant Identifier",
  "code" : "partcipantIdentifier",
  "base" : [
    "Appointment"
  ],
  "type" : "token",
  "expression" : "Appointment.partcipant.actor.identifier",
  "xpathUsage" : "normal",
  "multipleOr" : false,
  "multipleAnd" : false
}