NamingSystem.jurisdiction FHIR attribute (r4) In the NamingSystem resource for FHIR r4 , the jurisdiction attribute identifies the Intended jurisdiction for naming system (if applicable)
jurisdiction (NamingSystem) description Attribute Name: jurisdiction
Description: Intended jurisdiction for naming system (if applicable)
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
"jurisdiction":
NamingSystem attributes Attribute Field is list Type Description
name
false
string
C? Name for this naming system (computer friendly)
Description: C? Name for this naming system (computer friendly)
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "name": "SNOMED CT"
status
false
code
draft | active | retired | unknown
Description: draft | active | retired | unknown
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "status": "active"
kind
false
code
codesystem | identifier | root
Description: codesystem | identifier | root
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "kind": "codesystem"
date
false
dateTime
Date last changed
Description: Date last changed
Attribute Type : dateTime
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "date": "2014-12-13"
publisher
false
string
Name of the publisher (organization or individual)
Description: Name of the publisher (organization or individual)
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "publisher": "HL7 International on behalf of IHTSDO"
contact
true
ContactDetail
Contact details for the publisher
Description: Contact details for the publisher
Attribute Type : ContactDetail
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "contact": [
{
"name": "FHIR project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
]
responsible
false
string
Who maintains system namespace?
Description: Who maintains system namespace?
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "responsible": "IHTSDO & affiliates"
type
false
CodeableConcept
e.g. driver, provider, patient, bank etc.
Description: e.g. driver, provider, patient, bank etc.
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
description
false
markdown
Natural language description of the naming system
Description: Natural language description of the naming system
Attribute Type : markdown
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "description": "SNOMED CT is a concept-based, scientifically validated terminology that provides a unique and permanent concept identifier that can be included in multiple HL7 data types including CD and CE. The concepts are managed to avoid \"semantic drift\" so the meaning remains constant. If the concept is found to be ambiguous or the meaning changes, the concept is inactivated but still retained and the identifier is never reused. SNOMED CT's concepts are interrelated hierarchically and using description logic. SNOMED CT concepts have a unique \"fully-specified name\", a preferred term, and, optionally, synonyms. The description languages include English and Spanish."
useContext
true
UsageContext
The context that the content is intended to support
Description: The context that the content is intended to support
Attribute Type : UsageContext
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
jurisdiction
true
CodeableConcept
Intended jurisdiction for naming system (if applicable)
Description: Intended jurisdiction for naming system (if applicable)
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
usage
false
string
How/where is it used
Description: How/where is it used
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
uniqueId
true
Data Type
Unique identifiers used for system
Description: Unique identifiers used for system
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "uniqueId": [
{
"type": "oid",
"value": "2.16.840.1.113883.6.96"
},
{
"type": "uri",
"value": "http://snomed.info/sct",
"preferred": true
}
]