This page is part of the FHIRcast (v3.0.0-ballot: STU3 (v3.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Active as of 2024-04-10 |
{
"resourceType" : "CodeSystem",
"id" : "fhircast-codesystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">user-initiated<a name=\"fhircast-codesystem-user-initiated\"> </a></td><td>User initiated action.</td><td>The user initiated the action.</td></tr><tr><td style=\"white-space:nowrap\">system-initiated<a name=\"fhircast-codesystem-system-initiated\"> </a></td><td>System initiated action</td><td>The system on which the Subscriber running is initiating the action.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "inm"
}
],
"url" : "http://hl7.org/fhir/uv/fhircast/CodeSystem/fhircast-codesystem",
"version" : "3.0.0-ballot",
"name" : "FHIRcastCodeSystem",
"title" : "FHIRcast related Terminology.",
"status" : "active",
"experimental" : false,
"date" : "2024-04-10T15:18:06+00:00",
"publisher" : "HL7 International / Infrastructure And Messaging",
"contact" : [
{
"name" : "HL7 International / Infrastructure And Messaging",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/inm"
},
{
"system" : "email",
"value" : "inm@lists.HL7.org"
}
]
}
],
"description" : "This codesystem defines terminology that is used within the FHIRcast specification.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "user-initiated",
"display" : "User initiated action.",
"definition" : "The user initiated the action."
},
{
"code" : "system-initiated",
"display" : "System initiated action",
"definition" : "The system on which the Subscriber running is initiating the action."
}
]
}