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

Hierarchical-relationship-type.xml

Definition for Value SetHierarchicalRelationshipType

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>HierarchicalRelationshipType</h2><p>Type indicating if this is a parent or child relationship</p><p>This value set defines its own terms in the system http://hl7.org/fhir/hierarchical-relationship-type</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>parent<a name=\"parent\"> </a></td><td>Parent</td><td>The target resource is the parent of the focal specimen resource.</td></tr><tr><td>child<a name=\"child\"> </a></td><td>Child</td><td>The target resource is the child of the focal specimen resource.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/hierarchical-relationship-type",
  "name": "HierarchicalRelationshipType",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "Type indicating if this is a parent or child relationship",
  "status": "draft",
  "date": "2014-09-30T18:09:16.976+10:00",
  "define": {
    "system": "http://hl7.org/fhir/hierarchical-relationship-type",
    "caseSensitive": true,
    "concept": [
      {
        "code": "parent",
        "display": "Parent",
        "definition": "The target resource is the parent of the focal specimen resource."
      },
      {
        "code": "child",
        "display": "Child",
        "definition": "The target resource is the child of the focal specimen resource."
      }
    ]
  }
}