{
  "resourceType": "CodeSystem",
  "id": "relationship-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>\n<p>CodeSystem for Relationship Type</p>\n</div>"
  },
  "url": "http://ns.electronichealth.net.au/fhir/v2.0.0/CodeSystem/relationship-type",
  "version": "v2.0.0",
  "name": "Relationship Type CodeSystem",
  "status": "active",
  "experimental": false,
  "publisher": "My Health Record System",
  "contact": [
    {
      "name": "My Health Record System project team",
      "telecom": [
        {
          "system": "email",
          "value": "mobile.enablement@health.gov.au"
        }
      ]
    }
  ],
  "date": "2017-04-06",
  "description": "This code system includes all the codes for Relationship Type used in My Health Record System",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "RT001",
      "display": "Self"
    },
    {
      "code": "RT002",
      "display": "Under 18 - Parental Responsibility"
    },
    {
      "code": "RT003",
      "display": "Under 18 - Legal Authority"
    },
    {
      "code": "RT004",
      "display": "Under 18 - Otherwise Appropriate Person"
    },
    {
      "code": "RT005",
      "display": "18 and Over - Legal Authority"
    },
    {
      "code": "RT006",
      "display": "18 and Over - Otherwise Appropriate Person"
    },
    {
      "code": "RT007",
      "display": "Full Access Nominated Representative"
    },
    {
      "code": "RT008",
      "display": "Nominated Representative"
    }
  ]
}