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

FHIR IG Statistics: SearchParameter/Goal-priority

Packagemedmij.dental.care.r4
Resource TypeSearchParameter
IdGoal-priority
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.dental.care.r4@1.0.0-alpha.3&canonical=http://medmij.nl/fhir/SearchParameter/DentalCare-Goal-priority
URLhttp://medmij.nl/fhir/SearchParameter/DentalCare-Goal-priority
Version1.0.0
Statusactive
Namegoal-priority
DescriptionTSearches on the priority of the goal. such as low-priority or high-priority.
PurposeTo search Goal resources on the value of the '.priority' element.
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": "Goal-priority",
  "url": "http://medmij.nl/fhir/SearchParameter/DentalCare-Goal-priority",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/SearchParameter"
    ],
    "tag": [
      {
        "system": "http://medmij.nl/fhir/data-service",
        "code": "oral-care"
      }
    ]
  },
  "version": "1.0.0",
  "name": "goal-priority",
  "status": "active",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "To search Goal resources on the value of the '.priority' element.",
  "code": "priority",
  "base": [
    "Goal"
  ],
  "type": "token",
  "description": "TSearches on the priority of the goal. such as low-priority or high-priority.",
  "expression": "Goal.priority"
}