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

FHIR IG Statistics: ValueSet/cyehr-vs-ehdsiroleclass

Packageehealth4u.package
Resource TypeValueSet
Idcyehr-vs-ehdsiroleclass
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsiroleclass
URLhttp://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsiroleclass
Version2020-04-22T16:47:00
Statusactive
NameCYEHRVSEHDSIRoleClass
TitleCyprus EHR Value Set: eHDSI Role Class
DescriptionThe Value Set is used to make the distinction between an emergency contact and the next of kin for a patient. Downloaded from art-decor: http://art-decor.org/fhir/ValueSet/1.3.6.1.4.1.12559.11.10.1.3.1.42.39--20200422164700

Resources that use this resource

StructureDefinition
cyehr-sd-patientCyprus EHR Patient profile

Resources that this resource uses

CodeSystem
v3-RoleClassRoleClass

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "cyehr-vs-ehdsiroleclass",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2020-04-22T16:47:00+02:00"
      }
    }
  ],
  "url": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsiroleclass",
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.39"
    }
  ],
  "version": "2020-04-22T16:47:00",
  "name": "CYEHRVSEHDSIRoleClass",
  "title": "Cyprus EHR Value Set: eHDSI Role Class",
  "status": "active",
  "experimental": false,
  "publisher": "epSOS",
  "description": "The Value Set is used to make the distinction between an emergency contact and the next of kin for a patient. Downloaded from art-decor: http://art-decor.org/fhir/ValueSet/1.3.6.1.4.1.12559.11.10.1.3.1.42.39--20200422164700",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
        "concept": [
          {
            "code": "ECON",
            "display": "emergency contact"
          },
          {
            "code": "NOK",
            "display": "next of kin"
          }
        ]
      }
    ]
  }
}