FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/nxh-sp-patient-is-not-human

Packagenexuzhealth.fhir.r4
Resource TypeSearchParameter
Idnxh-sp-patient-is-not-human
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-patient-is-not-human
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-patient-is-not-human
Statusactive
Date2022-01-06T13:15:43.6557922+00:00
NameNxhSpPatientIsNotHuman
DescriptionSearch patients on patient flag isNotHuman.
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "nxh-sp-patient-is-not-human",
  "meta": {
    "lastUpdated": "2022-01-06T13:15:43.6557922+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-patient-is-not-human",
  "name": "NxhSpPatientIsNotHuman",
  "status": "active",
  "date": "2022-01-06T13:15:43.6557922+00:00",
  "description": "Search patients on patient flag isNotHuman.",
  "code": "NxhSpPatientIsNotHuman",
  "base": [
    "Patient"
  ],
  "type": "token",
  "expression": "Patient.extension('https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags').extension('isNotHuman').value.as(boolean)"
}