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

FHIR IG Statistics: ValueSet/Role

Packagehealthdata.be.r4.cbb
Resource TypeValueSet
IdRole
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/ValueSet/Role
URLhttps://fhir.healthdata.be/ValueSet/Role
Version2020-09-01T00:00:00
Statusdraft
NameRole
TitleRole
DescriptionDefines the role of the contact in relation to the patient. Additional concepts that are not part of the current SNOMED-CT hierarchy could be added to this ValueSet later. This ValueSet excludes the 303071001 |Person in the family (person) hierarchy because these are used for the ContactPerson.Relationship concept and ValueSet.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.

Resources that use this resource

StructureDefinition
HdBe-ContactPersonHdBe-ContactPerson
HdBe-PatientHdBe-Patient
HdBe-ContactPersonHdBe-ContactPerson

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition
RoleRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "Role",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "language": "en-US",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2020-09-01T00:00:00+01:00"
      }
    }
  ],
  "url": "https://fhir.healthdata.be/ValueSet/Role",
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2.3.1.2"
    }
  ],
  "version": "2020-09-01T00:00:00",
  "name": "Role",
  "title": "Role",
  "status": "draft",
  "experimental": false,
  "publisher": "Healthdata.be (Sciensano)",
  "description": "Defines the role of the contact in relation to the patient. Additional concepts that are not part of the current SNOMED-CT hierarchy could be added to this ValueSet later. This ValueSet excludes the 303071001 |Person in the family (person) hierarchy because these are used for the ContactPerson.Relationship concept and ValueSet.",
  "immutable": false,
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.healthdata.be/CodeSystem/Role"
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "125676002"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "303071001"
          }
        ]
      }
    ]
  }
}