This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 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
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 xs: <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: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"^^xs: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:reference <http://hl7.org/fhir/NamingSystem/example>; fhir:Reference.reference [ fhir:value "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.