{
"resourceType" : "NamingSystem",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"name" : "<string>", // R! Human-readable label
"status" : "<code>", // R! draft | active | retired
"kind" : "<code>", // R! codesystem | identifier | root
"publisher" : "<string>", // Name of the publisher (Organization or individual)
"contact" : [{ // Contact details of the publisher
"name" : "<string>", // Name of a individual to contact
"telecom" : [{ ContactPoint }] // Contact details for individual or publisher
}],
"responsible" : "<string>", // Who maintains system namespace?
"date" : "<dateTime>", // R! Publication Date(/time)
"type" : { CodeableConcept }, // e.g. driver, provider, patient, bank etc.
"description" : "<string>", // What does naming system identify?
"useContext" : [{ CodeableConcept }], // Content intends to support these contexts
"usage" : "<string>", // How/where is it used
"uniqueId" : [{ // R! Unique identifiers used for system
"type" : "<code>", // R! oid | uuid | uri | other
"value" : "<string>", // R! The unique identifier
"preferred" : <boolean>, // Is this the id that should be used for this type
"period" : { Period } // When is identifier valid?
}],
"replacedBy" : { Reference(NamingSystem) } // C? Use this instead
}
NamingSystem Search Parameters
The following search parameters can be used to query NamingSystem resources. Just submit them like so: