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

FHIR IG analytics

Packageca.infoway.io.cafex
Resource TypeSearchParameter
Idcafex-patient-family.json
FHIR VersionR4

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": "cafex-patient-family",
  "url": "http://fhir.infoway-inforoute.ca/io/cafex/SearchParameter/cafex-patient-family",
  "name": "CAFeXPatientFamily",
  "derivedFrom": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family",
  "date": "2024-05-09",
  "publisher": "Canada Health Infoway",
  "description": "**A portion of the family name of the patient**  \n**NOTE**: This extends the US Core SearchParameter and extends the usage context of the\n[Conformance expectation extension](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html)\n - multipleAnd\n - multipleOr\n - comparator\n - modifier\n - chain",
  "code": "family",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.name.family",
  "xpathUsage": "normal",
  "multipleOr": true,
  "_multipleOr": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "multipleAnd": true,
  "_multipleAnd": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "modifier": [
    "exact"
  ],
  "_modifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        }
      ]
    }
  ]
}