NHSD Implementation Guide - Outbound
4.0.1 - active

NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Standard List of contact purpose - JSON Representation

Draft as of 2017-11-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "au-contact-purpose",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem au-contact-purpose</b></p><a name=\"au-contact-purpose\"> </a><a name=\"hcau-contact-purpose\"> </a><p>This case-sensitive code system <code>http://fhir.nhsd.com.au/CodeSystem/au-contact-purpose</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">EMERGENCY<a name=\"au-contact-purpose-EMERGENCY\"> </a></td><td>Emergency</td><td>Emergency contact</td></tr><tr><td style=\"white-space:nowrap\">LEGAL<a name=\"au-contact-purpose-LEGAL\"> </a></td><td>Legal</td><td>Legal</td></tr><tr><td style=\"white-space:nowrap\">AFTER-HOURS<a name=\"au-contact-purpose-AFTER-HOURS\"> </a></td><td>After Hours</td><td>After Hours contact</td></tr></table></div>"
  },
  "url" : "http://fhir.nhsd.com.au/CodeSystem/au-contact-purpose",
  "version" : "4.0.1",
  "name" : "StandardListOfContactPurpose",
  "title" : "Standard List of contact purpose",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-11-01",
  "publisher" : "Healthdirect Australia",
  "contact" : [
    {
      "name" : "build.fhir.nhsd.com.au"
    }
  ],
  "description" : "Contact purpose in Australia",
  "copyright" : "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive" : true,
  "valueSet" : "http://fhir.nhsd.com.au/ValueSet/valueset-au-contact-purpose",
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "EMERGENCY",
      "display" : "Emergency",
      "definition" : "Emergency contact"
    },
    {
      "code" : "LEGAL",
      "display" : "Legal",
      "definition" : "Legal"
    },
    {
      "code" : "AFTER-HOURS",
      "display" : "After Hours",
      "definition" : "After Hours contact"
    }
  ]
}