This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Valueset-parent-relationship-codes.xml

Definition for Value SetParent Relationship Codes

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>The value set includes the v3 RoleCode PRN (parent) and all of its specializations.</p>\n    </div>"
  },
  "identifier": "http://hl7.org/fhir/vs/parent-relationship-codes",
  "name": "Parent Relationship Codes",
  "publisher": "FHIR Project team",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    }
  ],
  "description": "The value set includes the v3 RoleCode PRN (parent) and all of its specializations.",
  "status": "draft",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/RoleCode",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "PRN"
          }
        ]
      }
    ]
  }
}