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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeSearchParameter
Idnxh-sp-appointment-book-name
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-appointment-book-name
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-appointment-book-name
Statusactive
Date2023-06-23T07:01:46.4699054+00:00
NameNxhSpAppointmentBookName
DescriptionSearch appointments on book name.
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "nxh-sp-appointment-book-name",
  "meta": {
    "lastUpdated": "2023-06-23T06:59:51.4878427+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-appointment-book-name",
  "name": "NxhSpAppointmentBookName",
  "status": "active",
  "date": "2023-06-23T07:01:46.4699054+00:00",
  "description": "Search appointments on book name.",
  "code": "NxhSpAppointmentBookName",
  "base": [
    "Appointment"
  ],
  "type": "string",
  "expression": "Appointment.extension('https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-appointment-book').extension('name').value.as(String)"
}