FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.hip-core
Resource TypeCodeSystem
IdCodeSystem-hpi-disestablishment-reason-2.0.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem hpi-disestablishment-reason-2.0

This case-insensitive code system https://standards.digital.health.nz/ns/hpi-disestablishment-reason defines the following codes:

CodeDisplayDefinition
ownership Change of ownershipThe organisation has been sold or taken over.
nlo No longer operatingThe organisation is no longer operating / has ceased trading.
removed Removed from registerThe organisation has been removed from the official register.
other OtherThere is some other reason for the closure of the organisation. Details are to be documented in the notes.
receivership ReceivershipThe organisation is in receivership.
liquidation LiquidationThe organisation is in liquidation.
unknown UnknownThe disestablishment reason is not known.

Source1

{
  "resourceType": "CodeSystem",
  "id": "hpi-disestablishment-reason-2.0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/ns/hpi-disestablishment-reason",
  "version": "2.0",
  "name": "Hpi_disestablishment_reason_2_0",
  "title": "HPI Disestablishment Reason",
  "status": "active",
  "experimental": false,
  "date": "2020-02-24T00:00:00+13:00",
  "publisher": "Te Whatu Ora",
  "contact": [
    {
      "name": "Te Whatu Ora",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description": "Disestablishment Reason Code (Organisation and Facility)",
  "purpose": "To be used when an organisation or facility is disestablished.",
  "caseSensitive": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "ownership",
      "display": "Change of ownership",
      "definition": "The organisation has been sold or taken over."
    },
    {
      "code": "nlo",
      "display": "No longer operating",
      "definition": "The organisation is no longer operating / has ceased trading."
    },
    {
      "code": "removed",
      "display": "Removed from register",
      "definition": "The organisation has been removed from the official register."
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "There is some other reason for the closure of the organisation.  Details are to be documented in the notes."
    },
    {
      "code": "receivership",
      "display": "Receivership",
      "definition": "The organisation is in receivership."
    },
    {
      "code": "liquidation",
      "display": "Liquidation",
      "definition": "The organisation is in liquidation."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The disestablishment reason is not known."
    }
  ]
}