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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeValueSet
IdValueSet-hvo-service-eligibility-condition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/hvo/ValueSet/hvo-service-eligibility-condition
URLhttp://electronichealth.se/hvo/ValueSet/hvo-service-eligibility-condition
Version0.1.0
Statusdraft
Namehvo-service-eligibility-condition
TitleVillkor för behörighet till tjänst
Realmse
DescriptionIncludes conditions which needs to be met to be eligible for a service.

Resources that use this resource

ValueSet
se.electronichealth.fhir.hvo.r5#0.1.3-alphahvo-eligibility-characteristichvo-eligibility-characteristic

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "hvo-service-eligibility-condition",
  "id": "hvo-service-eligibility-condition",
  "title": "Villkor för behörighet till tjänst",
  "description": "Includes conditions which needs to be met to be eligible for a service.",
  "url": "http://electronichealth.se/hvo/ValueSet/hvo-service-eligibility-condition",
  "version": "0.1.0",
  "useContext": [
    {
      "code": {
        "code": "program"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "hvo-offerings",
            "display": "Utbud"
          }
        ]
      }
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://electronichealth.se/CodeSystem/service-eligibility-condition",
        "concept": [
          {
            "code": "referral",
            "display": "Remiss krävs"
          },
          {
            "code": "other",
            "display": "Annat"
          }
        ]
      }
    ]
  }
}