PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot1
    http://hl7.org/fhir/SearchParameter/individual-phone
{
  "description": "Multiple Resources: \\r\\n\\r\\n* [Patient](patient.html): A value in a phone contact\\r\\n* [Person](person.html): A value in a phone contact\\r\\n* [Practitioner](practitioner.html): A value in a phone contact\\r\\n* [PractitionerRole](practitionerrole.html): A value in a phone contact\\r\\n* [RelatedPerson](relatedperson.html): A value in a phone contact\\r\\n",
  "_filename": "SearchParameter-individual-phone.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2021-12-21T15:26:20+11:00",
  "expression": "Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')",
  "publisher": "Health Level Seven International (Patient Administration)",
  "name": "phone",
  "xpath": "f:Patient/f:telecom[system/@value='phone'] | f:Person/f:telecom[system/@value='phone'] | f:Practitioner/f:telecom[system/@value='phone'] | f:PractitionerRole/f:telecom[system/@value='phone'] | f:RelatedPerson/f:telecom[system/@value='phone']",
  "xpathUsage": "normal",
  "type": "token",
  "experimental": "false",
  "resourceType": "SearchParameter",
  "title": null,
  "package_version": "5.0.0-snapshot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  } ],
  "status": "draft",
  "id": "4dce2f18-54f6-43a6-bfe0-3d9639a3edfd",
  "kind": null,
  "url": "http://hl7.org/fhir/SearchParameter/individual-phone",
  "code": "phone",
  "base": [ "Patient", "Person", "Practitioner", "PractitionerRole", "RelatedPerson" ],
  "version": "5.0.0-snapshot1",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pafm/index.cfm",
      "system": "url"
    } ]
  } ]
}