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

FHIR IG Statistics: ValueSet/recommendation-servicerequest-intent-vs

Packageihe.rad.idr
TypeValueSet
Idrecommendation-servicerequest-intent-vs
FHIR VersionR5
Sourcehttps://profiles.ihe.net/RAD/IDR/https://build.fhir.org/ig/IHE/RAD.IDR/ValueSet-recommendation-servicerequest-intent-vs.html
URLhttps://profiles.ihe.net/RAD/IDR/ValueSet/recommendation-servicerequest-intent-vs
Version0.0.1-current
Statusdraft
Date2024-06-25T17:20:59+00:00
NameRecommendationServiceRequestIntentVS
TitleRecommendation Imaging ServiceRequest intent Value Set
Realmuv
Authorityihe
DescriptionCodes representing the recommendation intent for a ServiceRequest.

Resources that use this resource

StructureDefinition
idr-recommendation-service-requestRecommendation

Resources that this resource uses

CodeSystem
request-intentRequestIntent

Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://hl7.org/fhir/request-intent
    CodeDisplayDefinition
    planPlanThe request represents an intention to ensure something occurs without providing an authorization for others to act.
    proposalProposalThe 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"
          }
        ]
      }
    ]
  }
}