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

FHIR IG analytics

Packagefhir.virtually.healthcare
Resource TypeValueSet
IdValueSet-PatientReferral.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Virtually-Healthcare/virtually-healthcare.github.com/ValueSet-PatientReferral.html
URLhttps://fhir.virtually.healthcare/ValueSet/PatientReferral
Version0.1.1-current
Statusdraft
Date2025-11-05T05:44:32+00:00
NamePatientReferral
TitlePatient Referral
Realmus
Authorityhl7
DescriptionRestriction to use referral codes only

Resources that use this resource

StructureDefinition
ServiceRequestServiceRequest

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet PatientReferral

  • Include codes fromhttp://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 3457005 (Patient referral)

Source1

{
  "resourceType": "ValueSet",
  "id": "PatientReferral",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.virtually.healthcare/ValueSet/PatientReferral",
  "version": "0.1.1-current",
  "name": "PatientReferral",
  "title": "Patient Referral",
  "status": "draft",
  "experimental": false,
  "date": "2025-11-05T05:44:32+00:00",
  "publisher": "Virtually Healthcare",
  "contact": [
    {
      "name": "Virtually Healthcare",
      "telecom": [
        {
          "system": "url",
          "value": "https://virtually.healthcare"
        }
      ]
    }
  ],
  "description": "Restriction to use referral codes only",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "3457005"
          }
        ]
      }
    ]
  }
}