FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeValueSet
IdValueSet-il-hdp-service-request-referral-intent.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.hdp.fhir.r4@0.6.0&canonical=http://hdp.fhir.health.gov.il/ValueSet/il-hdp-service-request-referral-intent
URLhttp://hdp.fhir.health.gov.il/ValueSet/il-hdp-service-request-referral-intent
Version0.6.0
Statusactive
Date2026-09-17
NameILHDPServiceRequestReferralIntent
TitleIL HDP ServiceRequest Referral Intent
DescriptionA restriction of the standard request-intent value set to order and its descendants, for use in representing referrals.

Resources that use this resource

StructureDefinition
il.hdp.fhir.r4#0.6.0il-hdp-service-request-referralIL HDP ServiceRequest Referral Profile

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0request-intentRequestIntent

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ILHDPServiceRequestReferralIntent",
  "id": "il-hdp-service-request-referral-intent",
  "title": "IL HDP ServiceRequest Referral Intent",
  "description": "A restriction of the standard request-intent value set to order and its descendants, for use in representing referrals.",
  "url": "http://hdp.fhir.health.gov.il/ValueSet/il-hdp-service-request-referral-intent",
  "version": "0.6.0",
  "publisher": "Israel Core Team",
  "date": "2026-09-17",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-intent",
        "concept": [
          {
            "code": "order",
            "display": "Order"
          },
          {
            "code": "original-order",
            "display": "Original Order"
          },
          {
            "code": "reflex-order",
            "display": "Reflex Order"
          },
          {
            "code": "filler-order",
            "display": "Filler Order"
          },
          {
            "code": "instance-order",
            "display": "Instance Order"
          }
        ]
      }
    ]
  }
}