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

FHIR IG Statistics: SearchParameter/RelatedPerson-patient-Fhir4.0

Packageehelse.fhir.no.grunndata.test
Resource TypeSearchParameter
IdRelatedPerson-patient-Fhir4.0
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://hl7.org/fhir/SearchParameter/RelatedPerson-patient
URLhttp://hl7.org/fhir/SearchParameter/RelatedPerson-patient
Version4.0.0
Statusdraft
Namepatient
DescriptionThe person or patient this related person is related to
PurposeRedefinition of the standard search parameter for RelatedPerson.patient to make search for RelatedPersons referencing Person instances (not Patient) work on thg Grunndata interface. This SearchParameter replaces the standard search parameter on the server providing the Grunndata services.
Typereference

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": "RelatedPerson-patient-Fhir4.0",
  "meta": {
    "versionId": "62cdd997-6c87-40c5-96d9-6bd376586f9d",
    "lastUpdated": "2020-04-01T08:18:41.196+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-patient",
  "version": "4.0.0",
  "name": "patient",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Patient Administration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    }
  ],
  "description": "The person or patient this related person is related to",
  "purpose": "Redefinition of the standard search parameter for RelatedPerson.patient to make search for RelatedPersons referencing Person instances (not Patient) work on thg Grunndata interface. This SearchParameter replaces the standard search parameter on the server providing the Grunndata services.",
  "code": "patient",
  "base": [
    "RelatedPerson"
  ],
  "type": "reference",
  "expression": "RelatedPerson.patient",
  "xpath": "f:RelatedPerson/f:patient",
  "xpathUsage": "normal",
  "target": [
    "Patient",
    "Person"
  ],
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "missing",
    "type",
    "identifier"
  ]
}