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
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
Example of a deprecated naming system
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/NamingSystem/example-replaced> a fhir:NamingSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-replaced"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; fhir:NamingSystem.name [ fhir:value "SNOMED CT Spanish"]; fhir:NamingSystem.status [ fhir:value "retired"]; fhir:NamingSystem.kind [ fhir:value "codesystem"]; fhir:NamingSystem.date [ fhir:value "2005-01-25"^^xsd:date]; fhir:NamingSystem.publisher [ fhir:value "Not HL7!"]; fhir:NamingSystem.description [ fhir:value "This was a wrong registration for the spanish editions of SNOMED CT. Do not use"]; fhir:NamingSystem.uniqueId [ fhir:index 0; fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.6.96.1" ] ]; fhir:NamingSystem.replacedBy [ fhir:link <http://hl7.org/fhir/NamingSystem/example>; fhir:Reference.reference [ fhir:value "NamingSystem/example" ] ] . <http://hl7.org/fhir/NamingSystem/example> a fhir:NamingSystem . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/NamingSystem/example-replaced.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/NamingSystem/example-replaced.ttl> . # -------------------------------------------------------------------------------------
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.