Medtech ALEX® AU Implementation Guide
1.0.0 - Trial Use International flag

Medtech ALEX® AU Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ValueSet for Contact Relationship - JSON Representation

Active as of 2025-11-27

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "contact-relationship-type-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet contact-relationship-type-vs</b></p><a name=\"contact-relationship-type-vs\"> </a><a name=\"hccontact-relationship-type-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0131.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0131</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.1.0, the version found through the package references\"> version &#x1F4E6;2.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0131.html#v2-0131-E\">E</a></td><td>Employer</td><td>Employer</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0131.html#v2-0131-N\">N</a></td><td>Next-of-Kin</td><td>Next-of-Kin</td></tr></table></li></ul></div>"
  },
  "url" : "https://alexapi.medtechglobal.com.au/fhir/ValueSet/contact-relationship-type-vs",
  "version" : "1.0.0",
  "name" : "ContactRelationshipTypeValueSet",
  "title" : "ValueSet for Contact Relationship",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-27T00:46:36+00:00",
  "publisher" : "Medtech Global",
  "contact" : [
    {
      "name" : "Medtech Global",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://medtechglobal.com/au/"
        },
        {
          "system" : "email",
          "value" : "supportau@medtechglobal.com"
        }
      ]
    },
    {
      "name" : "Medtech Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "supportau@medtechglobal.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Defines the valueset for Contact Relationship",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "concept" : [
          {
            "code" : "E",
            "display" : "Employer"
          },
          {
            "code" : "N",
            "display" : "Next-of-Kin"
          }
        ]
      }
    ]
  }
}