FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FHIRcast related Terminology. - JSON Representation

Active as of 2024-05-15

Raw json | Download


{
  "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-05-15T13:15:44+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."
    }
  ]
}