FHIR IG Statistics: ValueSet/recommendation-servicerequest-intent-vs 
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in http://hl7.org/fhir/request-intent| Code | Display | Definition |  | plan | Plan | The request represents an intention to ensure something occurs without providing an authorization for others to act. |  | proposal | Proposal | The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act. |  
 
Source
{
  "resourceType": "ValueSet",
  "id": "recommendation-servicerequest-intent-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/RAD/IDR/ValueSet/recommendation-servicerequest-intent-vs",
  "version": "0.0.1-current",
  "name": "RecommendationServiceRequestIntentVS",
  "title": "Recommendation Imaging ServiceRequest intent Value Set",
  "status": "draft",
  "date": "2024-06-25T17:20:59+00:00",
  "publisher": "IHE Radiology Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/radiology/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Radiology Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    }
  ],
  "description": "Codes representing the recommendation intent for a ServiceRequest.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-intent",
        "concept": [
          {
            "code": "plan",
            "display": "Plan"
          },
          {
            "code": "proposal",
            "display": "Proposal"
          }
        ]
      }
    ]
  }
}