FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2

Namingsystem-example-replaced.json

FHIR Infrastructure Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form)

Example of a deprecated naming system

{
  "resourceType": "NamingSystem",
  "id": "example-replaced",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>\n        <b>Deprecated SNOMED CT Spanish Registration</b>\n      </p>\n      \n      <p> oid: 2.16.840.1.113883.6.96.1 - deprecated <b>Do Not Use</b></p>\n    </div>"
  },
  "name": "SNOMED CT Spanish",
  "status": "retired",
  "kind": "codesystem",
  "date": "2005-01-25",
  "publisher": "Not HL7!",
  "description": "This was a wrong registration for the spanish editions of SNOMED CT. Do not use",
  "uniqueId": [
    {
      "type": "oid",
      "value": "2.16.840.1.113883.6.96.1"
    }
  ],
  "replacedBy": {
    "reference": "NamingSystem/example"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.