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

FHIR IG Statistics: ValueSet/cyehr-vs-ContactPersonLevel

Packageehealth4u.package
Resource TypeValueSet
Idcyehr-vs-ContactPersonLevel
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-contactpersonlevel
URLhttp://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-contactpersonlevel
Statusactive
NameCYEHRVSContactPersonLevel
TitleCyprus EHR Value Set: Contact Person Level
DescriptionContact Person Level, e.g. Father, Mother, Daughter etc (selected values from Snomed).

Resources that use this resource

StructureDefinition
cyehr-sd-patientCyprus EHR Patient profile

Resources that this resource uses

CodeSystem
sctSNOMED CT International Edition

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "cyehr-vs-ContactPersonLevel",
  "url": "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-contactpersonlevel",
  "name": "CYEHRVSContactPersonLevel",
  "title": "Cyprus EHR Value Set: Contact Person Level",
  "status": "active",
  "experimental": false,
  "publisher": "eHealth4U",
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)"
    }
  ],
  "description": "Contact Person Level, e.g. Father, Mother, Daughter etc (selected values from Snomed).",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "66839005",
            "display": "Father (person)"
          },
          {
            "code": "72705000",
            "display": "Mother (person)"
          },
          {
            "code": "70924004",
            "display": "Brother (person)"
          },
          {
            "code": "27733009",
            "display": "Sister (person)"
          },
          {
            "code": "65616008",
            "display": "Son (person)"
          },
          {
            "code": "66089001",
            "display": "Daughter (person)"
          }
        ]
      }
    ]
  }
}